tools/squashfs4: update to version 4.2 (adds support for xz compression)

Based on a patch by Jonas Gorski

SVN-Revision: 26422
This commit is contained in:
Felix Fietkau
2011-04-03 01:02:00 +00:00
parent b9e759ae5a
commit e6aa1cab00
12 changed files with 1036 additions and 2379 deletions

View File

@@ -26,10 +26,8 @@ define Host/Compile
endef
define Host/Install
$(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
$(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma
$(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/
$(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/
endef
define Host/Clean