aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit3a1189adea4690f9d55491e424b7c9060d1852d8 (patch)
treebdc5a125a3a7445ff6a1552e95c7377289a949a7 /package
parent42554ac0fbfbab923a8050dc89e8d32592497306 (diff)
downloadmaster-187ad058-3a1189adea4690f9d55491e424b7c9060d1852d8.tar.gz
master-187ad058-3a1189adea4690f9d55491e424b7c9060d1852d8.tar.bz2
master-187ad058-3a1189adea4690f9d55491e424b7c9060d1852d8.zip
[package] fix drivers firmware loading with the new hotplug2, patch from Russell Senior
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16231 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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
}