procd: make old button hotplug rules work until all packages are migrated
authorJohn Crispin <john@openwrt.org>
Mon, 15 Jul 2013 11:07:53 +0000 (11:07 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 15 Jul 2013 11:07:53 +0000 (11:07 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37336

package/system/procd/files/hotplug.json

index c1b45c6e864ec2e9a3797b11d4b2b91fdcbef2c7..8285311a7ca5024543dfb8bd948a412389447ef1 100644 (file)
@@ -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%" ]
        ],