aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-04-17 09:25:05 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-04-17 09:25:05 +0000
commit44db5f5de17649ab32d515b52376f8faf0707ee5 (patch)
treed0f4ed41d031fec6773ae2d7b12c1f0be0fddd1b /target/linux/ixp4xx-2.6
parent3c12051e5d68217f856f6637a7ffa4dcb6f51f72 (diff)
downloadmaster-187ad058-44db5f5de17649ab32d515b52376f8faf0707ee5.tar.gz
master-187ad058-44db5f5de17649ab32d515b52376f8faf0707ee5.tar.bz2
master-187ad058-44db5f5de17649ab32d515b52376f8faf0707ee5.zip
disable jffs2 support for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6982 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6')
-rw-r--r--target/linux/ixp4xx-2.6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/Makefile b/target/linux/ixp4xx-2.6/Makefile
index 6357bcc86b..d896334e47 100644
--- a/target/linux/ixp4xx-2.6/Makefile
+++ b/target/linux/ixp4xx-2.6/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=armeb
BOARD:=ixp4xx
BOARDNAME:=Intel XScale IXP4xx
-FEATURES:=squashfs jffs2
+FEATURES:=squashfs
define Target/Description
endef