Commit 050e27b9 authored by Eric Andersen's avatar Eric Andersen
Browse files

don't use the older 2.0 squashfs format

parent a8572703
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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