remove 2.6.25 support
[openwrt.git] / include / image.mk
index d7d981b..9420721 100644 (file)
@@ -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
 
This page took 0.044903 seconds and 4 git commands to generate.