diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-04-03 18:21:02 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-04-03 18:21:02 +0000 |
commit | a1e4c66c1630e77f2961601fe8322a3aff67d58c (patch) | |
tree | 401dee3cd15b5d006d8c1d038ca67e2ae7654ed5 /package/base-files/files/etc | |
parent | 2cdfbaa86cd647befa8f2d59b93bbf12144b744d (diff) | |
download | mtk-20170518-a1e4c66c1630e77f2961601fe8322a3aff67d58c.zip mtk-20170518-a1e4c66c1630e77f2961601fe8322a3aff67d58c.tar.gz mtk-20170518-a1e4c66c1630e77f2961601fe8322a3aff67d58c.tar.bz2 |
base-files: Use hotplug2 to download firmware
SVN-Revision: 20683
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r-- | package/base-files/files/etc/hotplug2-common.rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules index 6bc53df..bb76667 100644 --- a/package/base-files/files/etc/hotplug2-common.rules +++ b/package/base-files/files/etc/hotplug2-common.rules @@ -35,8 +35,8 @@ DEVPATH is set, SUBSYSTEM ~~ (input) { } DEVICENAME == device-mapper { - nothrottle - makedev /dev/mapper/control 0600 + nothrottle + makedev /dev/mapper/control 0600 } @@ -45,8 +45,8 @@ DEVPATH is set { makedev /dev/%DEVICENAME% 0644 } -FIRMWARE is set { +FIRMWARE is set, ACTION == add { nothrottle - exec /sbin/hotplug-call firmware + load-firmware /lib/firmware next } |