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> SVN-Revision: 41532
This commit is contained in:
parent
3f78cadedd
commit
ce0f954947
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=mipsel
|
ARCH:=mipsel
|
||||||
BOARD:=ar7
|
BOARD:=ar7
|
||||||
BOARDNAME:=TI AR7
|
BOARDNAME:=TI AR7
|
||||||
FEATURES:=squashfs atm
|
FEATURES:=squashfs atm low_mem
|
||||||
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||||
SUBTARGETS:=generic ac49x
|
SUBTARGETS:=generic ac49x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue