[oe-commits] org.oe.dev busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug #1417

nail commit openembedded-commits at lists.openembedded.org
Mon Oct 2 12:21:41 UTC 2006


busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug #1417

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 86d76364970d255140c3670be920bb87d880487d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=86d76364970d255140c3670be920bb87d880487d
Files:
1
packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch
packages/busybox/busybox_1.2.1.bb
Diffs:

#
# mt diff -r421c01ebdba79aa3ca8f2593e8c76debdb045100 -r86d76364970d255140c3670be920bb87d880487d
#
# 
# 
# patch "packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch"
#  from [9c92bf11ad7578f19a51280bbabbf0760f251bb4]
#    to [0e103d931de56c81d9692efc54c8dbf5a0b4e4d5]
# 
# patch "packages/busybox/busybox_1.2.1.bb"
#  from [2fb01af984c121b0d8030a2f433f5643bc9afa31]
#    to [5d3106125139a954aad4ece8168baf6fbe5ae531]
# 
============================================================
--- packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch	9c92bf11ad7578f19a51280bbabbf0760f251bb4
+++ packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch	0e103d931de56c81d9692efc54c8dbf5a0b4e4d5
@@ -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;;
============================================================
--- packages/busybox/busybox_1.2.1.bb	2fb01af984c121b0d8030a2f433f5643bc9afa31
+++ packages/busybox/busybox_1.2.1.bb	5d3106125139a954aad4ece8168baf6fbe5ae531
@@ -10,7 +10,7 @@ PRIORITY = "required"
 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 \






More information about the Openembedded-commits mailing list