浏览代码

don't use the older 2.0 squashfs format

Eric Andersen 20 年之前
父节点
当前提交
050e27b985
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/squashfs/squashfsroot.mk

+ 1 - 1
target/squashfs/squashfsroot.mk

@@ -79,7 +79,7 @@ squashfsroot: squashfs host-fakeroot makedevs
 		$(SQUASHFS_DIR)/squashfs-tools/mksquashfs \
 		    $(TARGET_DIR) \
 		    $(IMAGE).squashfs \
-		    -2.0 -noappend $(SQUASHFS_ENDIANNESS)
+		    -noappend $(SQUASHFS_ENDIANNESS)
 
 squashfsroot-source: squashfs-source