summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-07 17:21:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-07 17:21:30 +0000
commit4b953aa26759dd5dd9ef7b3d376dbed0e69b1271 (patch)
tree5c698c5d1a7cd34ca44a2b222e401aa7d022f836 /target/linux/brcm47xx/Makefile
parent717e8b6f3c994ca6e13d02b9a175725e0e887b99 (diff)
downloadmaster-31e0f0ae-4b953aa26759dd5dd9ef7b3d376dbed0e69b1271.tar.gz
master-31e0f0ae-4b953aa26759dd5dd9ef7b3d376dbed0e69b1271.tar.bz2
master-31e0f0ae-4b953aa26759dd5dd9ef7b3d376dbed0e69b1271.zip
brcm47xx: move the low_mem feature flag to the legacy subtarget
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41049
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-rw-r--r--target/linux/brcm47xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile
index ca1239028b..a69851e548 100644
--- a/target/linux/brcm47xx/Makefile
+++ b/target/linux/brcm47xx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=brcm47xx
BOARDNAME:=Broadcom BCM47xx/53xx (MIPS)
-FEATURES:=squashfs usb pcmcia low_mem
+FEATURES:=squashfs usb pcmcia
SUBTARGETS:=generic mips74k legacy
MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>