diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-26 09:52:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-26 09:52:25 +0000 |
commit | 71a3d54218dea60f77e5452f7d99f62cbdceb3a0 (patch) | |
tree | 7420d3a2c90ecf66ddbe98482249c882cfa5c4e0 /include | |
parent | 8733456b72337e2879dfd8f7aa6f4a0d8a09dbe9 (diff) | |
download | upstream-71a3d54218dea60f77e5452f7d99f62cbdceb3a0.tar.gz upstream-71a3d54218dea60f77e5452f7d99f62cbdceb3a0.tar.bz2 upstream-71a3d54218dea60f77e5452f7d99f62cbdceb3a0.zip |
create v4 squashfs image for 2.6.31
SVN-Revision: 17406
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |