aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-31 23:09:50 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-31 23:09:50 +0000
commitdf6b8c9431645d6a46576477e7b02462893c1ecf (patch)
tree8804e1aee4cd2f92bae65d7d9d9432818a9904cb /target/linux/mcs814x/Makefile
parenta21c75cb8752f8e1635e15bf537cf97914b6d237 (diff)
downloadupstream-df6b8c9431645d6a46576477e7b02462893c1ecf.tar.gz
upstream-df6b8c9431645d6a46576477e7b02462893c1ecf.tar.bz2
upstream-df6b8c9431645d6a46576477e7b02462893c1ecf.zip
[mcs814x] properly generate squashfs, jffs2 and initramfs images and kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32927 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x/Makefile')
-rw-r--r--target/linux/mcs814x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile
index f8f71204d9..a5818491cd 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:=pci usb
+FEATURES:=pci usb squashfs jffs2
CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>