From: John Crispin <john@openwrt.org>
Date: Mon, 15 Jul 2013 11:07:53 +0000 (+0000)
Subject: procd: make old button hotplug rules work until all packages are migrated
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ae7a156434215bbcb19b0632b7a4ede50dfd8b2d;p=openwrt%2Fstaging%2Fansuel.git

procd: make old button hotplug rules work until all packages are migrated

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37336
---

diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json
index c1b45c6e86..8285311a7c 100644
--- a/package/system/procd/files/hotplug.json
+++ b/package/system/procd/files/hotplug.json
@@ -70,7 +70,7 @@
 	],
 	[ "if",
 		[ "eq", "SUBSYSTEM",
-			[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty" ]
+			[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
 		],
 		[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
 	],