[oe-commits] Steffen Sledz : busybox-1.11.3: udhcpd script: Do not deconfig network interface ONLY if rootfs on network

GIT User account git at amethyst.openembedded.net
Thu Jan 29 15:42:04 UTC 2009


Module: openembedded.git
Branch: ieee80215
Commit: bcc7766219595f12087688b5475bae9147f96a47
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bcc7766219595f12087688b5475bae9147f96a47

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Wed Jan 28 08:42:21 2009 +0100

busybox-1.11.3: udhcpd script: Do not deconfig network interface ONLY if rootfs on network

(scripting bug fixed)

---

 packages/busybox/busybox-1.11.3/udhcpscript.patch |    2 +-
 packages/busybox/busybox_1.11.3.bb                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/busybox/busybox-1.11.3/udhcpscript.patch b/packages/busybox/busybox-1.11.3/udhcpscript.patch
index cad56d2..363f66e 100644
--- a/packages/busybox/busybox-1.11.3/udhcpscript.patch
+++ b/packages/busybox/busybox-1.11.3/udhcpscript.patch
@@ -19,7 +19,7 @@ Index: busybox-1.11.3/examples/udhcp/simple.script
  case "$1" in
  	deconfig)
 -		/sbin/ifconfig $interface 0.0.0.0
-+		if [ ! root_is_nfs ]; then
++		if ! root_is_nfs ; then
 +			/sbin/ifconfig $interface 0.0.0.0
 +		fi
  		;;
diff --git a/packages/busybox/busybox_1.11.3.bb b/packages/busybox/busybox_1.11.3.bb
index c006e31..b42f8ea 100644
--- a/packages/busybox/busybox_1.11.3.bb
+++ b/packages/busybox/busybox_1.11.3.bb
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r12"
+PR = "r13"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \





More information about the Openembedded-commits mailing list