diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-05 00:21:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-05 00:21:30 +0000 |
commit | 8621fbdb4e3d794b34c505364f979512b7339c51 (patch) | |
tree | 408bde99550660e5e199ca4a1f55fd7d10df05c9 /target/linux/ixp4xx-2.6/Makefile | |
parent | 275ff405d8b923140d32b6ad702bb100673d6f8a (diff) | |
download | mtk-20170518-8621fbdb4e3d794b34c505364f979512b7339c51.zip mtk-20170518-8621fbdb4e3d794b34c505364f979512b7339c51.tar.gz mtk-20170518-8621fbdb4e3d794b34c505364f979512b7339c51.tar.bz2 |
add squashfs support for ixp4xx
SVN-Revision: 6522
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 5eea6d6..6357bcc 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:=jffs2 +FEATURES:=squashfs jffs2 define Target/Description endef |