diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-21 09:45:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-21 09:45:46 +0000 |
commit | fe7e52e4a4cf8734676eac908967796e29759447 (patch) | |
tree | 6273f12c626f269a25eacbd82bbc692ff6f6cf50 | |
parent | 24c39ddcf720bb8c692038d32f479a1df08ffdcc (diff) | |
download | upstream-fe7e52e4a4cf8734676eac908967796e29759447.tar.gz upstream-fe7e52e4a4cf8734676eac908967796e29759447.tar.bz2 upstream-fe7e52e4a4cf8734676eac908967796e29759447.zip |
ar71xx: disable jffs2 by default, it confuses users since many devices have incompatible eraseblock sizes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36679
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 600b21d430..69301a96ee 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR7xxx/AR9xxx -FEATURES:=squashfs jffs2 targz mips16 +FEATURES:=squashfs targz mips16 CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -fno-caller-saves -mno-branch-likely SUBTARGETS:=generic nand |