diff options
author | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> | 2010-04-03 18:21:02 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> | 2010-04-03 18:21:02 +0000 |
commit | 1028ae4370bbcd387103a4a42d93cc7c42a47243 (patch) | |
tree | 7caccc72c4bfb1bda9dd4f887197e766b410309e /package/base-files/files/etc/hotplug2-common.rules | |
parent | b6a5e28a76775d7b0f79ed0c868bf008b63c672b (diff) | |
download | upstream-1028ae4370bbcd387103a4a42d93cc7c42a47243.tar.gz upstream-1028ae4370bbcd387103a4a42d93cc7c42a47243.tar.bz2 upstream-1028ae4370bbcd387103a4a42d93cc7c42a47243.zip |
[package] base-files: Use hotplug2 to download firmware
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20683 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc/hotplug2-common.rules')
-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 6bc53dffe8..bb76667bb9 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 } |