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 | 0be2193e40f593562ae859653f10fdf18580d317 (patch) | |
tree | 02025913ea0f63433fc448e25d1e6f6b4c8d193d /package/base-files/files/etc | |
parent | 6f297036252df477192eddf95728c9933df4d7db (diff) | |
download | mtk-20170518-0be2193e40f593562ae859653f10fdf18580d317.zip mtk-20170518-0be2193e40f593562ae859653f10fdf18580d317.tar.gz mtk-20170518-0be2193e40f593562ae859653f10fdf18580d317.tar.bz2 |
fix drivers firmware loading with the new hotplug2, patch from Russell Senior
SVN-Revision: 16231
Diffstat (limited to 'package/base-files/files/etc')
-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 45b4f44..3a9f4c5 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 } |