projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f06858
)
procd: fix hotplug-preinit.json syntax
author
Florian Eckert
<fe@dev.tdt.de>
Fri, 18 Aug 2017 13:06:04 +0000
(15:06 +0200)
committer
John Crispin
<john@phrozen.org>
Fri, 18 Aug 2017 16:43:54 +0000
(18:43 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/system/procd/files/hotplug-preinit.json
patch
|
blob
|
history
diff --git
a/package/system/procd/files/hotplug-preinit.json
b/package/system/procd/files/hotplug-preinit.json
index 58afc6c696ff546f0f5da20fb9fc131f1afbd77c..658c685474fe0e31dd2667662d07ba037661c147 100644
(file)
--- a/
package/system/procd/files/hotplug-preinit.json
+++ b/
package/system/procd/files/hotplug-preinit.json
@@
-8,11
+8,11
@@
[ "load-firmware", "/lib/firmware" ],
[ "return" ]
]
- ]
,
- ]
,
- }
,
],
+ ]
+ ]
+ } ],
[ "if",
[ "eq", "SUBSYSTEM", "button" ],
[ "exec", "/etc/rc.button/failsafe" ]
- ]
,
+ ]
]