diff options
Diffstat (limited to 'include/image.mk')
-rw-r--r-- | include/image.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/image.mk b/include/image.mk index d7d981ba1c..942072102f 100644 --- a/include/image.mk +++ b/include/image.mk @@ -44,16 +44,8 @@ ifneq ($(CONFIG_JFFS2_LZMA),y) JFFS2OPTS += -x lzma endif -ifneq ($(CONFIG_LINUX_2_6_25),) - USE_SQUASHFS3 := y -endif - -ifneq ($(USE_SQUASHFS3),) - MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma -else MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4 SQUASHFS_OPTS := -comp lzma -processors 1 -endif JFFS2_BLOCKSIZE ?= 64k 128k |