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 | a315f105499f2f39c0497276f92bb668a734eb8e (patch) | |
tree | 18ef06eb2847bbe10188cdff5ab13301d5792a5e /target/linux/atheros/Makefile | |
parent | 5d8c6d088a6a754a1eff6a3ac9099a085702f807 (diff) | |
download | upstream-a315f105499f2f39c0497276f92bb668a734eb8e.tar.gz upstream-a315f105499f2f39c0497276f92bb668a734eb8e.tar.bz2 upstream-a315f105499f2f39c0497276f92bb668a734eb8e.zip |
atheros: enable the low_mem flag to better deal with 16M RAM devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/Makefile')
-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 |