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 | 1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6 (patch) | |
tree | 54ba49480d8aac498ec3387f8cdfe07975fc8045 | |
parent | 89c85f5f7a1a3581663b90b6b1391fd56e978c5a (diff) | |
download | upstream-1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6.tar.gz upstream-1e7c30a28ff2ee87fe8796d7f6f9dbf73123e2c6.tar.bz2 upstream-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
-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> |