diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-10 13:50:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-10 13:50:10 +0000 |
commit | c772d71d051330029ff3685560f2a130f7500dcd (patch) | |
tree | cdb494a97bf17c3696e1148d1fe65ed07d4e353b /target/linux/atheros | |
parent | 96b74d4eefc8ef8c85181f326ebdda78c3445d54 (diff) | |
download | upstream-c772d71d051330029ff3685560f2a130f7500dcd.tar.gz upstream-c772d71d051330029ff3685560f2a130f7500dcd.tar.bz2 upstream-c772d71d051330029ff3685560f2a130f7500dcd.zip |
atheros: enable the low_mem flag to better deal with 16M RAM devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42460
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 0062b6e762..1cfb6a6c74 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=atheros BOARDNAME:=Atheros AR231x/AR5312 -FEATURES:=squashfs +FEATURES:=squashfs low_mem LINUX_VERSION:=3.14.16 |