[uClibc-cvs] svn commit: trunk/buildroot/target/squashfs

andersen at uclibc.org andersen at uclibc.org
Fri Jun 24 14:29:11 UTC 2005


Author: andersen
Date: 2005-06-24 08:29:10 -0600 (Fri, 24 Jun 2005)
New Revision: 10584

Log:
don't use the older 2.0 squashfs format


Modified:
   trunk/buildroot/target/squashfs/squashfsroot.mk


Changeset:
Modified: trunk/buildroot/target/squashfs/squashfsroot.mk
===================================================================
--- trunk/buildroot/target/squashfs/squashfsroot.mk	2005-06-24 10:30:09 UTC (rev 10583)
+++ trunk/buildroot/target/squashfs/squashfsroot.mk	2005-06-24 14:29:10 UTC (rev 10584)
@@ -79,7 +79,7 @@
 		$(SQUASHFS_DIR)/squashfs-tools/mksquashfs \
 		    $(TARGET_DIR) \
 		    $(IMAGE).squashfs \
-		    -2.0 -noappend $(SQUASHFS_ENDIANNESS)
+		    -noappend $(SQUASHFS_ENDIANNESS)
 
 squashfsroot-source: squashfs-source
 




More information about the uClibc-cvs mailing list