diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-06 18:09:30 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-06 18:09:30 +0000 |
commit | 0f2c187a31b2092f0c7533228b5d682e5c1c1dbd (patch) | |
tree | 13715d05554f07b77d1f29c3b2ba7c33cdc4e2f1 /target/linux/ar7/Makefile | |
parent | 5e95f3b35ba6757232ec361595e3ff6160861ab9 (diff) | |
download | master-187ad058-0f2c187a31b2092f0c7533228b5d682e5c1c1dbd.tar.gz master-187ad058-0f2c187a31b2092f0c7533228b5d682e5c1c1dbd.tar.bz2 master-187ad058-0f2c187a31b2092f0c7533228b5d682e5c1c1dbd.zip |
ar7: enable the low-memory feature flag
Most ar7 devices have only 16 MiB RAM, so select low_mem to give them
a chance to work.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41532 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/Makefile')
-rw-r--r-- | target/linux/ar7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index 1d0237c9ae..0d92295896 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ar7 BOARDNAME:=TI AR7 -FEATURES:=squashfs atm +FEATURES:=squashfs atm low_mem MAINTAINER:=Florian Fainelli <florian@openwrt.org> SUBTARGETS:=generic ac49x |