summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch')
-rw-r--r--meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch b/meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch
index 3b975b63f9..edea898b10 100644
--- a/meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch
+++ b/meta/packages/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch
@@ -1,8 +1,8 @@
1Index: busybox-1.15.1/examples/udhcp/simple.script 1Index: busybox-1.15.3/examples/udhcp/simple.script
2=================================================================== 2===================================================================
3--- busybox-1.15.1.orig/examples/udhcp/simple.script 2009-09-16 22:52:09.000000000 +0200 3--- busybox-1.15.3.orig/examples/udhcp/simple.script 2010-06-27 12:17:14.116876946 +0200
4+++ busybox-1.15.1/examples/udhcp/simple.script 2009-09-16 22:57:11.424608476 +0200 4+++ busybox-1.15.3/examples/udhcp/simple.script 2010-06-27 12:18:38.607868533 +0200
5@@ -10,10 +10,17 @@ NETMASK="" 5@@ -10,10 +10,17 @@
6 BROADCAST="broadcast +" 6 BROADCAST="broadcast +"
7 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast" 7 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
8 8
@@ -21,7 +21,7 @@ Index: busybox-1.15.1/examples/udhcp/simple.script
21 ;; 21 ;;
22 22
23 renew|bound) 23 renew|bound)
24@@ -21,15 +28,18 @@ case "$1" in 24@@ -21,15 +28,17 @@
25 ifconfig $interface $ip $NETMASK $BROADCAST 25 ifconfig $interface $ip $NETMASK $BROADCAST
26 26
27 if [ -n "$router" ] ; then 27 if [ -n "$router" ] ; then
@@ -34,8 +34,7 @@ Index: busybox-1.15.1/examples/udhcp/simple.script
34+ while route del default gw 0.0.0.0 dev $interface 2>/dev/null ; do 34+ while route del default gw 0.0.0.0 dev $interface 2>/dev/null ; do
35+ : 35+ :
36+ done 36+ done
37+ : 37+ fi
38+ done
39 38
40 metric=0 39 metric=0
41 for i in $router ; do 40 for i in $router ; do