From 920cd9bece34da64ea97e4aeabc1ca085fdf5618 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Mon, 2 Oct 2006 12:15:55 +0000 Subject: busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug #1417 --- packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch | 2 +- packages/busybox/busybox_1.2.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/busybox') diff --git a/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch b/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch index 010f64a53f..dec6c18994 100644 --- a/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch +++ b/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch @@ -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;; diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index 1cd3b774e3..9893a17285 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -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 \ -- cgit v1.2.3