aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2006-02-25 14:52:53 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-25 14:52:53 +0000
commit09a4e662c85d79433d82b99ef240f33cdc1b8748 (patch)
tree6303ee8d1aab36dde43eb05b8045f65da0e1c6f4 /packages
parentdc94ea4184444cc5155af94d39f536dae55d52b9 (diff)
downloadopenembedded-09a4e662c85d79433d82b99ef240f33cdc1b8748.tar.gz
busybox: Fix hotplug bug in slugos-*
Diffstat (limited to 'packages')
-rw-r--r--packages/busybox/busybox-1.01/slugos/sysctl.conf3
-rw-r--r--packages/busybox/busybox_1.01.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.01/slugos/sysctl.conf b/packages/busybox/busybox-1.01/slugos/sysctl.conf
index 9f913dec96..20d573c124 100644
--- a/packages/busybox/busybox-1.01/slugos/sysctl.conf
+++ b/packages/busybox/busybox-1.01/slugos/sysctl.conf
@@ -27,3 +27,6 @@ net/ipv4/icmp_echo_ignore_broadcasts=0
# Uncomment the next line to enable packet forwarding for IPv6
#net/ipv6/ip_forward=1
+
+# This sets the app to run on a hotplug event
+sys/kernel/hotplug=/sbin/udevsend
diff --git a/packages/busybox/busybox_1.01.bb b/packages/busybox/busybox_1.01.bb
index 8c12ffbd93..2ef3068f6e 100644
--- a/packages/busybox/busybox_1.01.bb
+++ b/packages/busybox/busybox_1.01.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://udhcppidfile.patch;patch=1 \