1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:30:16 +02:00

[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
This commit is contained in:
cshore 2010-12-08 00:40:28 +00:00
parent 860ae4cdbc
commit a2e7591047
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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