diff options
author | Florian Fainelli <florian@openwrt.org> | 2015-01-10 20:11:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2015-01-10 20:11:07 +0000 |
commit | d43997b2232abbefab5caca734bd91241346eeaf (patch) | |
tree | fe0893fa8372dda72ae72c95f23aa596969d10ce | |
parent | cfdb22f0e479a12f273e6a959833d126c406fabe (diff) | |
download | upstream-d43997b2232abbefab5caca734bd91241346eeaf.tar.gz upstream-d43997b2232abbefab5caca734bd91241346eeaf.tar.bz2 upstream-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
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
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> |