diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-03-21 17:18:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-03-21 17:18:47 +0000 |
commit | 98d613f4960d223ef8374caf2d8c908b0db17a39 (patch) | |
tree | 726bd33bb0418d2deb62b5fafb311162430a579a /target/linux/image/squashfs | |
parent | 5fce6ae5ab968c7ed08bb66157998cb0fc84ea26 (diff) | |
download | master-187ad058-98d613f4960d223ef8374caf2d8c908b0db17a39.tar.gz master-187ad058-98d613f4960d223ef8374caf2d8c908b0db17a39.tar.bz2 master-187ad058-98d613f4960d223ef8374caf2d8c908b0db17a39.zip |
oops, use version 3.0 from the squashfs utilities as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/squashfs')
-rw-r--r-- | target/linux/image/squashfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/image/squashfs/Makefile b/target/linux/image/squashfs/Makefile index 77792565b3..b5a51f8a3a 100644 --- a/target/linux/image/squashfs/Makefile +++ b/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) |