target: don't build jffs2 nor images by default

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36863 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jonas Gorski
2013-06-05 20:58:59 +00:00
parent 44dd2540ac
commit 103893f67e
26 changed files with 26 additions and 26 deletions

View File

@@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM63xx
SUBTARGETS:=generic smp
FEATURES:=squashfs jffs2 usb atm pci pcmcia
FEATURES:=squashfs usb atm pci pcmcia
LINUX_VERSION:=3.8.13
MAINTAINER:=Florian Fainelli <florian@openwrt.org>