summaryrefslogtreecommitdiffstats
path: root/target/linux/image/squashfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/image/squashfs/Makefile')
-rw-r--r--target/linux/image/squashfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/image/squashfs/Makefile b/target/linux/image/squashfs/Makefile
index 354a39bbe..df21fd256 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.1-r2
-SQUASHFSLZMA_SOURCE=squashfs2.1-r2.tar.gz
+SQUASHFSLZMA_DIR=$(BUILD_DIR)/squashfs2.2
+SQUASHFSLZMA_SOURCE=squashfs2.2.tar.gz
SQUASHFSLZMA_SITE=@SF/squashfs
-SQUASHFSLZMA_MD5SUM=ffa24eff13b2ca51ed6990d15237e4c1
+SQUASHFSLZMA_MD5SUM=9537f1bfa3efd5df722f1a85cd424414
$(DL_DIR)/$(SQUASHFSLZMA_SOURCE):
$(SCRIPT_DIR)/download.pl $(DL_DIR) $(SQUASHFSLZMA_SOURCE) $(SQUASHFSLZMA_MD5SUM) $(SQUASHFSLZMA_SITE)