# Patch managed by http://www.holgerschurig.de/patcher.html
#
---- busybox-1.00-rc3/examples/udhcp/simple.script~udhcpscript
-+++ busybox-1.00-rc3/examples/udhcp/simple.script
-@@ -17,8 +17,7 @@
+Index: busybox-1.9.1/examples/udhcp/simple.script
+===================================================================
+--- busybox-1.9.1.orig/examples/udhcp/simple.script 2008-02-12 16:03:13.000000000 +0000
++++ busybox-1.9.1/examples/udhcp/simple.script 2009-05-27 22:54:42.000000000 +0100
+@@ -17,14 +17,13 @@
/sbin/ifconfig $interface $ip $BROADCAST $NETMASK
if [ -n "$router" ] ; then
:
done
+ metric=0
+ for i in $router ; do
+- route add default gw $i dev $interface metric $((metric++))
++ /sbin/route add default gw $i dev $interface metric $((metric++))
+ done
+ fi
+