aboutsummaryrefslogtreecommitdiffstats
path: root/include/image.mk
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-12-27 21:35:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-12-27 21:35:42 +0000
commit06d8dc9329dc47a66b55c14616be93d28d6c343c (patch)
treec53891879f0f446cc7a1c3eea548c8b82335e347 /include/image.mk
parent1fe38ff73bbb1397330adfcf331a1b9b871547df (diff)
downloadupstream-06d8dc9329dc47a66b55c14616be93d28d6c343c.tar.gz
upstream-06d8dc9329dc47a66b55c14616be93d28d6c343c.tar.bz2
upstream-06d8dc9329dc47a66b55c14616be93d28d6c343c.zip
get rid of even more 2.6.28 stuff
SVN-Revision: 18953
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 d75ca3c30f..7f2307919b 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -23,7 +23,7 @@ JFFS2OPTS := --pad --big-endian --squash
SQUASHFS_OPTS := -be
endif
-ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25)$(CONFIG_LINUX_2_6_28),)
+ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25),)
USE_SQUASHFS3 := y
endif