diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-19 00:53:30 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-19 00:53:30 +0000 |
commit | 1d1ccb623b974eb72b5c84728341660f927dbc12 (patch) | |
tree | e68d2c224e030da2684177ec54874bf28ae901e8 /hotplug | |
parent | da7f59e2e9c9fec9a88c4a6f8425d8010323f083 (diff) |
apply a busybox-conformance patch to remove one of the last bashisms of hotplug
BKrev: 40d38e8aoJkKnt1mssDZ75lRXnGQ1g
Diffstat (limited to 'hotplug')
-rw-r--r-- | hotplug/hotplug-20040329/busybox.patch | 0 | ||||
-rw-r--r-- | hotplug/hotplug_20040329.oe | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hotplug/hotplug-20040329/busybox.patch b/hotplug/hotplug-20040329/busybox.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/hotplug/hotplug-20040329/busybox.patch diff --git a/hotplug/hotplug_20040329.oe b/hotplug/hotplug_20040329.oe index f4d674533f..98555cfdb8 100644 --- a/hotplug/hotplug_20040329.oe +++ b/hotplug/hotplug_20040329.oe @@ -2,10 +2,12 @@ DESCRIPTION = "This package contains the scripts necessary \ for hotplug Linux support, and lets you plug in new devices \ and use them immediately." SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/hotplug-2004_03_29.tar.gz \ + file://busybox.patch;patch=1 \ file://fix-net.agent \ file://update-usb.usermap \ file://logcheck-ignore" S = "${WORKDIR}/hotplug-2004_03_29" +PR = "r1" INITSCRIPT_NAME = "hotplug" INITSCRIPT_PARAMS = "start 40 S . stop 89 0 6 ." |