summaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-31 12:08:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-31 12:08:15 +0000
commit0be2193e40f593562ae859653f10fdf18580d317 (patch)
tree02025913ea0f63433fc448e25d1e6f6b4c8d193d /package/base-files/files
parent6f297036252df477192eddf95728c9933df4d7db (diff)
downloadmaster-31e0f0ae-0be2193e40f593562ae859653f10fdf18580d317.tar.gz
master-31e0f0ae-0be2193e40f593562ae859653f10fdf18580d317.tar.bz2
master-31e0f0ae-0be2193e40f593562ae859653f10fdf18580d317.zip
fix drivers firmware loading with the new hotplug2, patch from Russell Senior
SVN-Revision: 16231
Diffstat (limited to 'package/base-files/files')
-rw-r--r--package/base-files/files/etc/hotplug2-common.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules
index 45b4f44a53..3a9f4c5ded 100644
--- a/package/base-files/files/etc/hotplug2-common.rules
+++ b/package/base-files/files/etc/hotplug2-common.rules
@@ -35,6 +35,6 @@ DEVPATH is set {
FIRMWARE is set {
nothrottle
- exec /sbin/hotplug-call firmware;
+ exec /sbin/hotplug-call firmware
next
}