summaryrefslogtreecommitdiff
path: root/target/linux/ep93xx/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-06-05 20:58:59 +0000
committerJonas Gorski <jogo@openwrt.org>2013-06-05 20:58:59 +0000
commit1beaf031d1c35a184ed2676554bd9c344ef5766d (patch)
treee2ec58a72160b32f62e376d012d7217798557d44 /target/linux/ep93xx/Makefile
parentdd9a24663bf50265d6b87709f04f6a083083492e (diff)
downloadmtk-20170518-1beaf031d1c35a184ed2676554bd9c344ef5766d.zip
mtk-20170518-1beaf031d1c35a184ed2676554bd9c344ef5766d.tar.gz
mtk-20170518-1beaf031d1c35a184ed2676554bd9c344ef5766d.tar.bz2
target: don't build jffs2 nor images by default
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
Diffstat (limited to 'target/linux/ep93xx/Makefile')
-rw-r--r--target/linux/ep93xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile
index b4b127d..21db716 100644
--- a/target/linux/ep93xx/Makefile
+++ b/target/linux/ep93xx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=ep93xx
BOARDNAME:=Cirrus Logic EP93xx
-FEATURES:=squashfs jffs2 ext4 targz usb display sound
+FEATURES:=squashfs ext4 targz usb display sound
CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>