aboutsummaryrefslogtreecommitdiffstats
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
commit1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6 (patch)
tree54ba49480d8aac498ec3387f8cdfe07975fc8045 /target/linux/mcs814x
parent89c85f5f7a1a3581663b90b6b1391fd56e978c5a (diff)
downloadmaster-187ad058-1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6.tar.gz
master-187ad058-1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6.tar.bz2
master-187ad058-1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43924 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>