summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/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/brcm63xx/Makefile
parentdd9a24663bf50265d6b87709f04f6a083083492e (diff)
downloadmaster-31e0f0ae-1beaf031d1c35a184ed2676554bd9c344ef5766d.tar.gz
master-31e0f0ae-1beaf031d1c35a184ed2676554bd9c344ef5766d.tar.bz2
master-31e0f0ae-1beaf031d1c35a184ed2676554bd9c344ef5766d.zip
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/brcm63xx/Makefile')
-rw-r--r--target/linux/brcm63xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index 25cb10dd86..50bdc13727 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -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>