X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ef7cf93ac58270a213f32097290ed0aa118f9eeb..8561d8bc11138d26535b717d664794e2637d6f3e:/include/image.mk?ds=sidebyside diff --git a/include/image.mk b/include/image.mk index 2fe94a94e..847e01c2d 100644 --- a/include/image.mk +++ b/include/image.mk @@ -23,13 +23,13 @@ JFFS2OPTS := --pad --big-endian --squash SQUASHFS_OPTS := -be endif -ifneq ($(CONFIG_LINUX_2_6_29)$(CONFIG_LINUX_2_6_30),) +ifneq ($(CONFIG_LINUX_2_6_30),) USE_SQUASHFS4 := y endif ifneq ($(USE_SQUASHFS4),) MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4 -SQUASHFS_OPTS := +SQUASHFS_OPTS := -lzma else MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma endif