summaryrefslogtreecommitdiffstats
path: root/package/procd/files/hotplug-preinit.json
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-03-13 18:11:07 +0000
committerJohn Crispin <john@openwrt.org>2013-03-13 18:11:07 +0000
commit32ebaf0cec183f87596094b10b2f0ab8e786a9b3 (patch)
tree775392d47417f0029aff9b9011d9ee92436f6edb /package/procd/files/hotplug-preinit.json
parent043d56b646019995c8fb4be2dbf36c204ae75392 (diff)
downloadmaster-31e0f0ae-32ebaf0cec183f87596094b10b2f0ab8e786a9b3.tar.gz
master-31e0f0ae-32ebaf0cec183f87596094b10b2f0ab8e786a9b3.tar.bz2
master-31e0f0ae-32ebaf0cec183f87596094b10b2f0ab8e786a9b3.zip
update to latest git head
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36001
Diffstat (limited to 'package/procd/files/hotplug-preinit.json')
-rw-r--r--package/procd/files/hotplug-preinit.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/procd/files/hotplug-preinit.json b/package/procd/files/hotplug-preinit.json
new file mode 100644
index 0000000000..d212b22fac
--- /dev/null
+++ b/package/procd/files/hotplug-preinit.json
@@ -0,0 +1,21 @@
+[
+ [ "case", "ACTION", {
+ "add": [
+ [ "if",
+ [ "has", "FIRMWARE" ],
+ [
+ [ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ],
+ [ "load-firmware", "/lib/firmware" ],
+ [ "return" ]
+ ]
+ ],
+ ],
+ }, ],
+ [ "if",
+ [ "and",
+ [ "eq", "SUBSYSTEM", "button" ],
+ [ "eq", "BUTTON", "reset" ],
+ ],
+ [ "exec", "/etc/rc.button/failsafe" ]
+ ],
+]