diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-08 10:03:50 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-08 10:03:50 +0000 |
commit | d19cc3c05678c557f2e18e711c0f35f2a9a83258 (patch) | |
tree | edfac4cedf0aa2e50fe386a3f360b16decbdb31c /target | |
parent | d19f47f044d1fe318e1008fda6840b4556c61505 (diff) | |
download | openwrt-d19cc3c05678c557f2e18e711c0f35f2a9a83258.tar.gz openwrt-d19cc3c05678c557f2e18e711c0f35f2a9a83258.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 f33825f96..f6bfbdec3 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 } |