summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-06 14:35:07 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-06 14:35:07 +0000
commit98292bc12a392a5c6ddb30fdc3e029b32b056f5c (patch)
treec07246001124bea6197530b437754dc78fea5920 /package
parent36f57504882ff0e4d00611494c2719a8597fc116 (diff)
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
Diffstat (limited to 'package')
-rw-r--r--package/base-files/files/etc/hotplug2-common.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/hotplug2-common.rules b/package/base-files/files/etc/hotplug2-common.rules
index 2eb58d708..2a781b8da 100644
--- a/package/base-files/files/etc/hotplug2-common.rules
+++ b/package/base-files/files/etc/hotplug2-common.rules
@@ -40,6 +40,7 @@ DEVPATH is set {
}
FIRMWARE is set, ACTION == add {
+ exec /sbin/hotplug-call firmware
load-firmware /lib/firmware
next-event
}