1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

brcm47xx: remove obsolete hotplug stuff

SVN-Revision: 37271
This commit is contained in:
Hauke Mehrtens 2013-07-13 20:38:33 +00:00
parent 299c2ceafa
commit 8dabd7a26b
2 changed files with 0 additions and 11 deletions

@ -1,7 +0,0 @@
#!/bin/sh
init_hotplug_failsafe() {
echo '/sbin/hotplug.failsafe' > /proc/sys/kernel/hotplug
}
boot_hook_add preinit_main init_hotplug_failsafe

@ -1,4 +0,0 @@
#!/bin/sh
case "$1" in
button) kill -USR1 1;;
esac