busybox: Fix hotplug bug in slugos-*
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 25 Feb 2006 14:52:53 +0000 (14:52 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 25 Feb 2006 14:52:53 +0000 (14:52 +0000)
packages/busybox/busybox-1.01/slugos/sysctl.conf
packages/busybox/busybox_1.01.bb

index 9f913de..20d573c 100644 (file)
@@ -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
index 8c12ffb..2ef3068 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://udhcppidfile.patch;patch=1 \