diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-10-08 10:03:50 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-10-08 10:03:50 +0000 |
commit | fe651950154441daf13115b9098d2f2e3529bdcf (patch) | |
tree | edfac4cedf0aa2e50fe386a3f360b16decbdb31c /target | |
parent | e9ff7700ca8999b94f9617e66bf10bedc16cca1b (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx | 1 |
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 } |