From f16ea6be3f8b21111cf1c965390229d07d1aecf4 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Mon, 8 Oct 2012 09:59:44 +0000
Subject: [PATCH] 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
---
 .../brcm63xx/base-files/lib/preinit/05_reset_button_brcm63xx     | 1 +
 1 file changed, 1 insertion(+)

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
 }
 
-- 
GitLab