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

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

SVN-Revision: 37336
master
John Crispin 12 years ago
parent fc96e8e4b0
commit ae7a156434
  1. 2
      package/system/procd/files/hotplug.json

@ -70,7 +70,7 @@
], ],
[ "if", [ "if",
[ "eq", "SUBSYSTEM", [ "eq", "SUBSYSTEM",
[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty" ] [ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
], ],
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ] [ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
], ],

Loading…
Cancel
Save