aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-12-08 00:40:28 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-12-08 00:40:28 +0000
commitde920641344350465a1599c99acac7b62b10ea3b (patch)
treeaff13e01b8577498f1da57640a91bdc5ec4b0c9b /target
parent374672d6c0be59445d2932eaf31b868ead2132f7 (diff)
downloadmaster-187ad058-de920641344350465a1599c99acac7b62b10ea3b.tar.gz
master-187ad058-de920641344350465a1599c99acac7b62b10ea3b.tar.bz2
master-187ad058-de920641344350465a1599c99acac7b62b10ea3b.zip
[brcm63xx] Profiles: Make buttons and led modules included by default so that failsafe will work in the case of builds for releases.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/Makefile3
-rw-r--r--target/linux/brcm63xx/profiles/200-GW6X00.mk4
2 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index 9b9043269f..81e30f3a15 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -14,7 +14,8 @@ LINUX_VERSION:=2.6.35.9
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES += kmod-switch gpioctl
+DEFAULT_PACKAGES += kmod-switch gpioctl kmod-input-gpio-buttons \
+ kmod-leds-gpio kmod-button-hotplug
define Target/Description
Build firmware images for Broadcom based xDSL/routers
diff --git a/target/linux/brcm63xx/profiles/200-GW6X00.mk b/target/linux/brcm63xx/profiles/200-GW6X00.mk
index fed835b6f9..71100bd5a6 100644
--- a/target/linux/brcm63xx/profiles/200-GW6X00.mk
+++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk
@@ -10,9 +10,7 @@ define Profile/GW6X00
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb-storage \
kmod-fs-ext2 kmod-nls-cp437 kmod-nls-iso8859-1 kmod-fs-vfat \
kmod-loop e2fsprogs kmod-spi-bitbang kmod-bcm63xx-spi \
- kmod-ipt-nathelper-extra kmod-input-gpio-buttons \
- kmod-leds-gpio kmod-button-hotplug \
- wl wlc
+ kmod-ipt-nathelper-extra wl wlc
endef
define Profile/GW6X00/Description