bcm63xx: fix entering failsafe through button

gpio_keys_polled needs to be loaded in preinit for buttons to work for
entering failsafe.

SVN-Revision: 33653
This commit is contained in:
Jonas Gorski 2012-10-08 09:59:44 +00:00
parent e5bb1a1bc7
commit f16ea6be3f

View File

@ -8,6 +8,7 @@ enable_reset_button() {
insmod input-polldev
insmod gpio_buttons
insmod button-hotplug
insmod gpio_keys_polled
fi
}