diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-02 01:23:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-02 01:23:36 +0000 |
commit | 68ca8e7818356c0dbf2e0400b177139a656791c0 (patch) | |
tree | e8147a0b512f9bf0e42a6ac3f1a693b09c7c1971 /target/linux/x86-2.6/Makefile | |
parent | a256c81dd99148e289dc7a73c01b9108701ad9d3 (diff) | |
download | upstream-68ca8e7818356c0dbf2e0400b177139a656791c0.tar.gz upstream-68ca8e7818356c0dbf2e0400b177139a656791c0.tar.bz2 upstream-68ca8e7818356c0dbf2e0400b177139a656791c0.zip |
make squashfs overlay support more generic and integrate it for x86-2.6
SVN-Revision: 6450
Diffstat (limited to 'target/linux/x86-2.6/Makefile')
-rw-r--r-- | target/linux/x86-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 88b935f7be..2b8e497c90 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=jffs2 ext2 +FEATURES:=squashfs jffs2 ext2 include $(INCLUDE_DIR)/kernel-build.mk DEFAULT_PACKAGES += kmod-natsemi |