bcm63xx: merge r33653 (fix entering failsafe through button)
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 Oct 2012 10:03:50 +0000 (10:03 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 8 Oct 2012 10:03:50 +0000 (10:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33656 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx

index f33825f..f6bfbde 100644 (file)
@@ -8,6 +8,7 @@ enable_reset_button() {
                insmod input-polldev
                insmod gpio_buttons
                insmod button-hotplug
+               insmod gpio_keys_polled
        fi
 }