aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commitabb4ebb9f2663591e9be7b9167598d449fe1216e (patch)
treebce37cef49fbd63ee559ac11732cc19306bbcd5e /target
parent0fc4540a23f4e0d5c0aa2521ae15313667044f05 (diff)
downloadupstream-abb4ebb9f2663591e9be7b9167598d449fe1216e.tar.gz
upstream-abb4ebb9f2663591e9be7b9167598d449fe1216e.tar.bz2
upstream-abb4ebb9f2663591e9be7b9167598d449fe1216e.zip
disable jffs2 support for ixp4xx
SVN-Revision: 6982
Diffstat (limited to 'target')
-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