From abb4ebb9f2663591e9be7b9167598d449fe1216e Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Tue, 17 Apr 2007 09:25:05 +0000
Subject: [PATCH] disable jffs2 support for ixp4xx

SVN-Revision: 6982
---
 target/linux/ixp4xx-2.6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.25.1