Browse Source

don't use the older 2.0 squashfs format

Eric Andersen 20 years ago
parent
commit
050e27b985
1 changed files with 1 additions and 1 deletions
  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 \
 		$(SQUASHFS_DIR)/squashfs-tools/mksquashfs \
 		    $(TARGET_DIR) \
 		    $(TARGET_DIR) \
 		    $(IMAGE).squashfs \
 		    $(IMAGE).squashfs \
-		    -2.0 -noappend $(SQUASHFS_ENDIANNESS)
+		    -noappend $(SQUASHFS_ENDIANNESS)
 
 
 squashfsroot-source: squashfs-source
 squashfsroot-source: squashfs-source