From 4a64818533733e194138a45656aaf14d5a123e98 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 3 Feb 2006 09:02:41 +0000 Subject: Update to udev 084 from OE. This adds a coldplug script to emulate the calls necessary to load devices already inserted into the system at boot. It also adds a network interface control script. git-svn-id: https://svn.o-hand.com/repos/poky@247 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/packages/udev/udev.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openembedded/packages/udev/udev.inc') diff --git a/openembedded/packages/udev/udev.inc b/openembedded/packages/udev/udev.inc index 2387d07945..a2883aef50 100644 --- a/openembedded/packages/udev/udev.inc +++ b/openembedded/packages/udev/udev.inc @@ -8,6 +8,7 @@ SRC_URI += " \ file://links.conf \ file://permissions.rules \ file://mount.sh \ + file://network.sh \ file://local.rules \ file://init" @@ -19,7 +20,7 @@ FILES_udev-utils = "${usrbindir}/udevinfo ${usrbindir}/udevtest" inherit update-rc.d INITSCRIPT_NAME = "udev" -INITSCRIPT_PARAMS = "start 04 S ." +INITSCRIPT_PARAMS = "start 04 S . start 55 0 6 ." export CROSS = "${TARGET_PREFIX}" export HOSTCC = "${BUILD_CC}" @@ -56,4 +57,5 @@ do_install () { install -d ${D}${sysconfdir}/udev/scripts/ install -m 0755 ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh + install -m 0755 ${WORKDIR}/network.sh ${D}${sysconfdir}/udev/scripts } -- cgit v1.2.3-54-g00ecf