From d43997b2232abbefab5caca734bd91241346eeaf Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 10 Jan 2015 20:11:07 +0000 Subject: [PATCH] mcs814x: set low_mem feature flag Most of the devices we support have between 16MiB and 32MiB of RAM available. Signed-off-by: Florian Fainelli SVN-Revision: 43924 --- target/linux/mcs814x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 091f74dd08..919504d589 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mcs814x BOARDNAME:=Moschip MCS814x -FEATURES:=usb squashfs +FEATURES:=usb squashfs low_mem CPU_TYPE:=arm926ej-s MAINTAINER:=Florian Fainelli -- 2.30.2