From c772d71d051330029ff3685560f2a130f7500dcd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 10 Sep 2014 13:50:10 +0000 Subject: [PATCH] atheros: enable the low_mem flag to better deal with 16M RAM devices Signed-off-by: Felix Fietkau SVN-Revision: 42460 --- target/linux/atheros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2