From 4ebf19b48fafc8d94e14e4ba779969613b241a6a Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 21 Jun 2013 16:54:37 +0000 Subject: packages: clean up the package folder Signed-off-by: John Crispin SVN-Revision: 37007 --- package/procd/files/hotplug-preinit.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/procd/files/hotplug-preinit.json (limited to 'package/procd/files/hotplug-preinit.json') diff --git a/package/procd/files/hotplug-preinit.json b/package/procd/files/hotplug-preinit.json deleted file mode 100644 index 614b104..0000000 --- a/package/procd/files/hotplug-preinit.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - [ "case", "ACTION", { - "add": [ - [ "if", - [ "has", "FIRMWARE" ], - [ - [ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ], - [ "load-firmware", "/lib/firmware" ], - [ "return" ] - ] - ], - ], - }, ], - [ "if", - [ "and", - [ "eq", "SUBSYSTEM", "button" ], - ], - [ "exec", "/etc/rc.button/failsafe" ] - ], -] -- cgit v1.1