From: Gabor Juhos Date: Wed, 26 Aug 2009 09:52:25 +0000 (+0000) Subject: create v4 squashfs image for 2.6.31 X-Git-Tag: reboot~22568 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=71a3d54218dea60f77e5452f7d99f62cbdceb3a0;p=openwrt%2Fopenwrt.git create v4 squashfs image for 2.6.31 SVN-Revision: 17406 --- diff --git a/include/image.mk b/include/image.mk index d8cf93fa2c..cab9722df6 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_6_30),) +ifneq ($(CONFIG_LINUX_2_6_30)$(CONFIG_LINUX_2_6_31),) USE_SQUASHFS4 := y endif