From 21eb18b41af1ddf481464c7e8c4bbd4f5b057783 Mon Sep 17 00:00:00 2001 From: florian 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43924 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0