2
0
forked from Ivasoft/openwrt

base-files: input/button drivers get loaded before preinit by procd

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

SVN-Revision: 37000
This commit is contained in:
John Crispin
2013-06-21 16:53:47 +00:00
parent e6ef318802
commit 67f5f188b1
6 changed files with 0 additions and 74 deletions

View File

@@ -1,15 +0,0 @@
#!/bin/sh
enable_reset_button() {
if [ "$brcm63xx_has_reset_button" = "true" ]; then
insmod input-core
insmod input-polldev
insmod gpio_buttons
insmod button-hotplug
insmod gpio_keys_polled
fi
}
boot_hook_add preinit_main enable_reset_button