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 | abb4ebb9f2663591e9be7b9167598d449fe1216e (patch) | |
tree | bce37cef49fbd63ee559ac11732cc19306bbcd5e /target/linux/ixp4xx-2.6/Makefile | |
parent | 0fc4540a23f4e0d5c0aa2521ae15313667044f05 (diff) | |
download | mtk-20170518-abb4ebb9f2663591e9be7b9167598d449fe1216e.zip mtk-20170518-abb4ebb9f2663591e9be7b9167598d449fe1216e.tar.gz mtk-20170518-abb4ebb9f2663591e9be7b9167598d449fe1216e.tar.bz2 |
disable jffs2 support for ixp4xx
SVN-Revision: 6982
Diffstat (limited to 'target/linux/ixp4xx-2.6/Makefile')
-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 6357bcc..d896334 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 |