summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:42:38 +0000
commit6117c04c9416b295347fb45c37e430f01df1d0d9 (patch)
tree5495e559b330b53c532b2b51d48ba7a256490e34 /include/image.mk
parent157f44d71818f9c70202f53e604bdda8615fbffb (diff)
downloadmtk-20170518-6117c04c9416b295347fb45c37e430f01df1d0d9.zip
mtk-20170518-6117c04c9416b295347fb45c37e430f01df1d0d9.tar.gz
mtk-20170518-6117c04c9416b295347fb45c37e430f01df1d0d9.tar.bz2
remove linux 2.4 specific build system code
SVN-Revision: 21951
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk
index 6df656b..4ec7d91 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