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 | 4b953aa26759dd5dd9ef7b3d376dbed0e69b1271 (patch) | |
tree | 5c698c5d1a7cd34ca44a2b222e401aa7d022f836 /target/linux/brcm47xx/legacy | |
parent | 717e8b6f3c994ca6e13d02b9a175725e0e887b99 (diff) | |
download | upstream-4b953aa26759dd5dd9ef7b3d376dbed0e69b1271.tar.gz upstream-4b953aa26759dd5dd9ef7b3d376dbed0e69b1271.tar.bz2 upstream-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/legacy')
-rw-r--r-- | target/linux/brcm47xx/legacy/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/legacy/target.mk b/target/linux/brcm47xx/legacy/target.mk index 7cbf42c08e..5cee32436f 100644 --- a/target/linux/brcm47xx/legacy/target.mk +++ b/target/linux/brcm47xx/legacy/target.mk @@ -1,3 +1,4 @@ +FEATURES += low_mem BOARDNAME:=Legacy (802.11g) define Target/Description |