don't use the older 2.0 squashfs format
authorEric Andersen <andersen@codepoet.org>
Fri, 24 Jun 2005 14:29:10 +0000 (14:29 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 24 Jun 2005 14:29:10 +0000 (14:29 -0000)
target/squashfs/squashfsroot.mk

index 358c3bc6af949136755b387078a462a9fbe01d10..7aac15c7d5ac288b6a810858f58fe958c6c78a23 100644 (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