From: kaloz Date: Tue, 21 Mar 2006 17:18:47 +0000 (+0000) Subject: oops, use version 3.0 from the squashfs utilities as well X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=5427093f7755fcdfa5a248b962c2735b0fc93d6c;p=openwrt.git oops, use version 3.0 from the squashfs utilities as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3439 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/image/squashfs/Makefile b/openwrt/target/linux/image/squashfs/Makefile index 77792565b3..b5a51f8a3a 100644 --- a/openwrt/target/linux/image/squashfs/Makefile +++ b/openwrt/target/linux/image/squashfs/Makefile @@ -1,9 +1,9 @@ include $(TOPDIR)/rules.mk -SQUASHFSLZMA_DIR=$(BUILD_DIR)/squashfs2.2 -SQUASHFSLZMA_SOURCE=squashfs2.2.tar.gz +SQUASHFSLZMA_DIR=$(BUILD_DIR)/squashfs3.0 +SQUASHFSLZMA_SOURCE=squashfs3.0.tar.gz SQUASHFSLZMA_SITE=@SF/squashfs -SQUASHFSLZMA_MD5SUM=9537f1bfa3efd5df722f1a85cd424414 +SQUASHFSLZMA_MD5SUM=9fd05d0bfbb712f5fb95edafea5bc733 $(DL_DIR)/$(SQUASHFSLZMA_SOURCE): $(SCRIPT_DIR)/download.pl $(DL_DIR) $(SQUASHFSLZMA_SOURCE) $(SQUASHFSLZMA_MD5SUM) $(SQUASHFSLZMA_SITE)