diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-31 12:08:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-31 12:08:15 +0000 |
commit | 3a1189adea4690f9d55491e424b7c9060d1852d8 (patch) | |
tree | bdc5a125a3a7445ff6a1552e95c7377289a949a7 /package/base-files/files | |
parent | 42554ac0fbfbab923a8050dc89e8d32592497306 (diff) | |
download | upstream-3a1189adea4690f9d55491e424b7c9060d1852d8.tar.gz upstream-3a1189adea4690f9d55491e424b7c9060d1852d8.tar.bz2 upstream-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/base-files/files')
-rw-r--r-- | package/base-files/files/etc/hotplug2-common.rules | 2 |
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 } |