diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:38 +0000 |
commit | 6117c04c9416b295347fb45c37e430f01df1d0d9 (patch) | |
tree | 5495e559b330b53c532b2b51d48ba7a256490e34 /include/image.mk | |
parent | 157f44d71818f9c70202f53e604bdda8615fbffb (diff) | |
download | upstream-6117c04c9416b295347fb45c37e430f01df1d0d9.tar.gz upstream-6117c04c9416b295347fb45c37e430f01df1d0d9.tar.bz2 upstream-6117c04c9416b295347fb45c37e430f01df1d0d9.zip |
remove linux 2.4 specific build system code
SVN-Revision: 21951
Diffstat (limited to 'include/image.mk')
-rw-r--r-- | include/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk index 6df656b9f4..4ec7d91bf7 100644 --- a/include/image.mk +++ b/include/image.mk @@ -44,7 +44,7 @@ ifneq ($(CONFIG_JFFS2_LZMA),y) JFFS2OPTS += -x lzma endif -ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),) +ifneq ($(CONFIG_LINUX_2_6_25),) USE_SQUASHFS3 := y endif |