mcs814x: set low_mem feature flag
authorFlorian Fainelli <florian@openwrt.org>
Sat, 10 Jan 2015 20:11:07 +0000 (20:11 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 10 Jan 2015 20:11:07 +0000 (20:11 +0000)
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

target/linux/mcs814x/Makefile

index 091f74dd08c5834b892082d325d31a796be8b8e8..919504d589f6f2f64ca0085548618fe8ec6a025a 100644 (file)
@@ -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>