aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-10-08 10:03:50 +0000
committerJonas Gorski <jogo@openwrt.org>2012-10-08 10:03:50 +0000
commitfe651950154441daf13115b9098d2f2e3529bdcf (patch)
treeedfac4cedf0aa2e50fe386a3f360b16decbdb31c /target/linux
parente9ff7700ca8999b94f9617e66bf10bedc16cca1b (diff)
downloadupstream-fe651950154441daf13115b9098d2f2e3529bdcf.tar.gz
upstream-fe651950154441daf13115b9098d2f2e3529bdcf.tar.bz2
upstream-fe651950154441daf13115b9098d2f2e3529bdcf.zip
bcm63xx: merge r33653 (fix entering failsafe through button)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33656 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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
}