Arch code for bcm47xx uses gpio_keys which results in buttons generating
input events. This means we need kmod-button-hotplug which works as
input_handler.

Signed-off-by: Rafał Miłecki <zaj...@gmail.com>
---
 target/linux/brcm47xx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile
index 78151f7..b8d2cd9 100644
--- a/target/linux/brcm47xx/Makefile
+++ b/target/linux/brcm47xx/Makefile
@@ -16,7 +16,7 @@ LINUX_VERSION:=3.10.36
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += swconfig wpad-mini nvram \
-       kmod-leds-gpio kmod-gpio-button-hotplug \
+       kmod-leds-gpio kmod-button-hotplug \
        kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev
 
 define Target/Description
-- 
1.8.4.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to