From: Florian Fainelli Date: Sat, 10 Jan 2015 20:11:07 +0000 (+0000) Subject: mcs814x: set low_mem feature flag X-Git-Tag: reboot~4747 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d43997b2232abbefab5caca734bd91241346eeaf;p=openwrt%2Fstaging%2Fxback.git 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 --- 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