hotplug2 rules: Run /etc/hotplug.d/firmware/ scripts (if any) on firmware load events
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2011 14:35:07 +0000 (14:35 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Feb 2011 14:35:07 +0000 (14:35 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25383 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/hotplug2-common.rules

index 2eb58d7..2a781b8 100644 (file)
@@ -40,6 +40,7 @@ DEVPATH is set {
 }
 
 FIRMWARE is set, ACTION == add {
+       exec /sbin/hotplug-call firmware
        load-firmware /lib/firmware
        next-event
 }
This page took 0.023208 seconds and 4 git commands to generate.