fix dependancies
[openwrt.git] / obsolete-buildroot / make / squashfsroot.mk
index 523d5e2..c0d85c6 100644 (file)
@@ -3,9 +3,9 @@
 # mksquashfs to build to target squashfs filesystems
 #
 #############################################################
-SQUASHFS_DIR=$(BUILD_DIR)/squashfs1.3r3
-SQUASHFS_SOURCE=squashfs1.3r3.tar.gz
-SQUASHFS_SITE=http://aleron.dl.sourceforge.net/sourceforge/squashfs
+SQUASHFS_DIR=$(BUILD_DIR)/squashfs2.0
+SQUASHFS_SOURCE=squashfs2.0-ALPHA.tar.gz
+SQUASHFS_SITE=http://dl.sourceforge.net/sourceforge/squashfs
 
 $(DL_DIR)/$(SQUASHFS_SOURCE):
         $(WGET) -P $(DL_DIR) $(SQUASHFS_SITE)/$(SQUASHFS_SOURCE)
This page took 0.022446 seconds and 4 git commands to generate.