diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-07 17:21:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-07 17:21:30 +0000 |
commit | 7e4ffc4002e374cc11155fe45f98b96b6acd3a41 (patch) | |
tree | f897f86b2bb918ac68454fc2f9d60aed2b09714e /target/linux/brcm47xx/Makefile | |
parent | 3b8f1d816cfbce122a23066550430d82063d5008 (diff) | |
download | upstream-7e4ffc4002e374cc11155fe45f98b96b6acd3a41.tar.gz upstream-7e4ffc4002e374cc11155fe45f98b96b6acd3a41.tar.bz2 upstream-7e4ffc4002e374cc11155fe45f98b96b6acd3a41.zip |
brcm47xx: move the low_mem feature flag to the legacy subtarget
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
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> |