summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-11 17:01:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-11 17:01:19 +0000
commit231f15c9db32080cc1f06321f09da184b1b25575 (patch)
tree8793e94a7ae5eed546f915be115ba1b9ee3c26ec /target/linux/ramips/Makefile
parentca6ba637cda05a4bc86a7857faa17e21434d62c9 (diff)
downloadmaster-31e0f0ae-231f15c9db32080cc1f06321f09da184b1b25575.tar.gz
master-31e0f0ae-231f15c9db32080cc1f06321f09da184b1b25575.tar.bz2
master-31e0f0ae-231f15c9db32080cc1f06321f09da184b1b25575.zip
ramips: fix rt2x00 handling of default packages for subtargets
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41145
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r--target/linux/ramips/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index 44565c6467..35507a9554 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -15,9 +15,8 @@ FEATURES:=squashfs gpio
LINUX_VERSION:=3.10.36
include $(INCLUDE_DIR)/target.mk
-DEFAULT_PACKAGES+=\
- kmod-leds-gpio kmod-gpio-button-hotplug \
- kmod-rt2800-pci kmod-rt2800-soc wpad-mini swconfig
+DEFAULT_PACKAGES += \
+ kmod-leds-gpio kmod-gpio-button-hotplug wpad-mini swconfig
define Target/Description
Build firmware images for Ralink RT288x/RT3xxx based boards.