1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-23 07:11:06 +02:00

hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25383 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2011-02-06 14:35:07 +00:00
parent 36f5750488
commit 98292bc12a

View File

@ -40,6 +40,7 @@ DEVPATH is set {
} }
FIRMWARE is set, ACTION == add { FIRMWARE is set, ACTION == add {
exec /sbin/hotplug-call firmware
load-firmware /lib/firmware load-firmware /lib/firmware
next-event next-event
} }