diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-11 17:01:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-11 17:01:19 +0000 |
commit | 231f15c9db32080cc1f06321f09da184b1b25575 (patch) | |
tree | 8793e94a7ae5eed546f915be115ba1b9ee3c26ec /target/linux/ramips/Makefile | |
parent | ca6ba637cda05a4bc86a7857faa17e21434d62c9 (diff) | |
download | mtk-20170518-231f15c9db32080cc1f06321f09da184b1b25575.zip mtk-20170518-231f15c9db32080cc1f06321f09da184b1b25575.tar.gz mtk-20170518-231f15c9db32080cc1f06321f09da184b1b25575.tar.bz2 |
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/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 44565c6..35507a9 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. |