create v4 squashfs image for 2.6.31
authorGabor Juhos <juhosg@openwrt.org>
Wed, 26 Aug 2009 09:52:25 +0000 (09:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 26 Aug 2009 09:52:25 +0000 (09:52 +0000)
SVN-Revision: 17406

include/image.mk

index d8cf93fa2cc9852c8cb5edc4791aae502f942eff..cab9722df60e25c42f4b855ca64fb7892c767a78 100644 (file)
@@ -23,7 +23,7 @@ JFFS2OPTS     :=  --pad --big-endian --squash
 SQUASHFS_OPTS :=  -be
 endif
 
-ifneq ($(CONFIG_LINUX_2_6_30),)
+ifneq ($(CONFIG_LINUX_2_6_30)$(CONFIG_LINUX_2_6_31),)
 USE_SQUASHFS4 := y
 endif