From 6117c04c9416b295347fb45c37e430f01df1d0d9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Jun 2010 20:42:38 +0000 Subject: remove linux 2.4 specific build system code SVN-Revision: 21951 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/image.mk') 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 -- cgit v1.1