diff options
Diffstat (limited to 'hotplug')
-rw-r--r-- | hotplug/hotplug_20040329.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe index d753bddf8e..f4d674533f 100644 --- a/hotplug/hotplug_20040329.oe +++ b/hotplug/hotplug_20040329.oe @@ -7,6 +7,11 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_2 file://logcheck-ignore" S = "${WORKDIR}/hotplug-2004_03_29" +INITSCRIPT_NAME = "hotplug" +INITSCRIPT_PARAMS = "start 40 S . stop 89 0 6 ." + +inherit update-rc.d + do_compile () { : } |