projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfdb22f
)
mcs814x: set low_mem feature flag
author
Florian Fainelli
<florian@openwrt.org>
Sat, 10 Jan 2015 20:11:07 +0000
(20:11 +0000)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/target/linux/mcs814x/Makefile
b/target/linux/mcs814x/Makefile
index 091f74dd08c5834b892082d325d31a796be8b8e8..919504d589f6f2f64ca0085548618fe8ec6a025a 100644
(file)
--- 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>