diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-04-17 09:25:05 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-04-17 09:25:05 +0000 |
commit | 44db5f5de17649ab32d515b52376f8faf0707ee5 (patch) | |
tree | d0f4ed41d031fec6773ae2d7b12c1f0be0fddd1b | |
parent | 3c12051e5d68217f856f6637a7ffa4dcb6f51f72 (diff) | |
download | upstream-44db5f5de17649ab32d515b52376f8faf0707ee5.tar.gz upstream-44db5f5de17649ab32d515b52376f8faf0707ee5.tar.bz2 upstream-44db5f5de17649ab32d515b52376f8faf0707ee5.zip |
disable jffs2 support for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6982 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx-2.6/Makefile | 2 |
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 |