From f57b7b150fb58d8c2eab422a63459e4d5fc8b5be Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 12 Jan 2014 18:55:52 +0000 Subject: [PATCH] brcm47xx: do not use broadcom-diag This makes brcm47xx target use the default gpio led and button driver and not broadcom-diag any more. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39253 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 9fbca6f70d..a48003743e 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -15,7 +15,9 @@ MAINTAINER:=Hauke Mehrtens LINUX_VERSION:=3.10.26 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += swconfig kmod-diag wpad-mini nvram +DEFAULT_PACKAGES += swconfig wpad-mini nvram \ + kmod-leds-gpio kmod-gpio-button-hotplug \ + kmod-ledtrig-default-on kmod-ledtrig-timer kmod-ledtrig-netdev define Target/Description Build firmware images for Broadcom based routers -- 2.11.0