busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug ...
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 2 Oct 2006 12:15:55 +0000 (12:15 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 2 Oct 2006 12:15:55 +0000 (12:15 +0000)
packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch
packages/busybox/busybox_1.2.1.bb

index 010f64a..dec6c18 100644 (file)
@@ -96,7 +96,7 @@
 -                      done
 +deconfig)
 +      # Bring the interface up (without inet at this point)
-+      ifconfig "$interface" up;;
++      ifconfig "$interface" 0.0.0.0;;
 +
 +renew|bound)
 +      bind;;
index 1cd3b77..9893a17 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
           file://dhcp-hostname.patch;patch=1 \