summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2015-01-10 20:11:07 +0000
committerFlorian Fainelli <florian@openwrt.org>2015-01-10 20:11:07 +0000
commitd43997b2232abbefab5caca734bd91241346eeaf (patch)
treefe0893fa8372dda72ae72c95f23aa596969d10ce /target/linux/mcs814x
parentcfdb22f0e479a12f273e6a959833d126c406fabe (diff)
downloadmaster-31e0f0ae-d43997b2232abbefab5caca734bd91241346eeaf.tar.gz
master-31e0f0ae-d43997b2232abbefab5caca734bd91241346eeaf.tar.bz2
master-31e0f0ae-d43997b2232abbefab5caca734bd91241346eeaf.zip
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 <florian@openwrt.org> SVN-Revision: 43924
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r--target/linux/mcs814x/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <florian@openwrt.org>