1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-23 16:17:28 +02:00

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

SVN-Revision: 25383
This commit is contained in:
Michael Büsch 2011-02-06 14:35:07 +00:00
parent c9d7844645
commit 99c66237f0

View File

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