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 | bc422003f93b5336e1ca6a2b8efcbe285f8aadc3 (patch) | |
tree | 29df9266ddae81dec9091e30a210c6257d42b206 /openwrt/target/linux | |
parent | 9e755ea6a57708f3eaff99b69fba115560640b45 (diff) | |
download | mtk-20170518-bc422003f93b5336e1ca6a2b8efcbe285f8aadc3.zip mtk-20170518-bc422003f93b5336e1ca6a2b8efcbe285f8aadc3.tar.gz mtk-20170518-bc422003f93b5336e1ca6a2b8efcbe285f8aadc3.tar.bz2 |
oops, use version 3.0 from the squashfs utilities as well
SVN-Revision: 3439
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/image/squashfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/squashfs/Makefile b/openwrt/target/linux/image/squashfs/Makefile index 7779256..b5a51f8 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) |