target: don't build jffs2 nor images by default

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 36863
This commit is contained in:
Jonas Gorski 2013-06-05 20:58:59 +00:00
parent dd9a24663b
commit 1beaf031d1
26 changed files with 26 additions and 26 deletions

View file

@ -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>