summaryrefslogtreecommitdiff
path: root/target/squashfs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 14:29:10 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 14:29:10 +0000
commit050e27b9850a13f582ef722164e584004e9b409c (patch)
tree6bbdd7cba17bf4f662d566a3c7709a725d2f1b9d /target/squashfs
parenta8572703c591a44c8a49213afeb1f5531a71a160 (diff)
don't use the older 2.0 squashfs format
Diffstat (limited to 'target/squashfs')
-rw-r--r--target/squashfs/squashfsroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk
index 358c3bc6a..7aac15c7d 100644
--- a/target/squashfs/squashfsroot.mk
+++ b/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