summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-08-26 09:52:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-08-26 09:52:25 +0000
commit71a3d54218dea60f77e5452f7d99f62cbdceb3a0 (patch)
tree7420d3a2c90ecf66ddbe98482249c882cfa5c4e0 /include/image.mk
parent8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9 (diff)
downloadmtk-20170518-71a3d54218dea60f77e5452f7d99f62cbdceb3a0.zip
mtk-20170518-71a3d54218dea60f77e5452f7d99f62cbdceb3a0.tar.gz
mtk-20170518-71a3d54218dea60f77e5452f7d99f62cbdceb3a0.tar.bz2
create v4 squashfs image for 2.6.31
SVN-Revision: 17406
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 d8cf93f..cab9722 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