don't use the older 2.0 squashfs format

This commit is contained in:
Eric Andersen 2005-06-24 14:29:10 +00:00
parent a8572703c5
commit 050e27b985
1 changed files with 1 additions and 1 deletions

View File

@ -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