From: jogo Date: Mon, 8 Oct 2012 09:59:44 +0000 (+0000) Subject: bcm63xx: fix entering failsafe through button X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=237a13773fe830acccacf890c9bab6f2ef9316fc;hp=04e21aac75ee7c8c6db51d54be42c02918769450 bcm63xx: fix entering failsafe through button gpio_keys_polled needs to be loaded in preinit for buttons to work for entering failsafe. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33653 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx b/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx index f33825f965..f6bfbdec30 100644 --- a/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx +++ b/target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx @@ -8,6 +8,7 @@ enable_reset_button() { insmod input-polldev insmod gpio_buttons insmod button-hotplug + insmod gpio_keys_polled fi }