aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-10-08 09:59:44 +0000
committerJonas Gorski <jogo@openwrt.org>2012-10-08 09:59:44 +0000
commit752bf49b704bbcfa0836d31299ac8330bd5eb175 (patch)
treeca05eede355a26b7ef5801acc77d20d0b8f1393d /target/linux/brcm63xx/base-files/lib
parentbbb2b870022cff48dc79e3231ed2aed947f67e6a (diff)
downloadmaster-187ad058-752bf49b704bbcfa0836d31299ac8330bd5eb175.tar.gz
master-187ad058-752bf49b704bbcfa0836d31299ac8330bd5eb175.tar.bz2
master-187ad058-752bf49b704bbcfa0836d31299ac8330bd5eb175.zip
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
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rw-r--r--target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx1
1 files changed, 1 insertions, 0 deletions
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
}