Use ftp for tinylogin
authorEric Andersen <andersen@codepoet.org>
Fri, 10 Jan 2003 06:01:09 +0000 (06:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 10 Jan 2003 06:01:09 +0000 (06:01 -0000)
make/tinylogin.mk

index 131591bae27a0488b7857feda42cf886557c0de8..ccfb5e93e0cf5daa710d3f43ce0e4e0890ee5430 100644 (file)
@@ -10,11 +10,11 @@ ifeq ($(USE_TINYLOGIN_SNAPSHOT),true)
 # Be aware that this changes daily....
 TINYLOGIN_DIR:=$(BUILD_DIR)/tinylogin
 TINYLOGIN_SOURCE:=tinylogin-snapshot.tar.bz2
-TINYLOGIN_SITE:=http://tinylogin.busybox.net/downloads/snapshots
+TINYLOGIN_SITE:=ftp://ftp.busybox.net/tinylogin/snapshots
 else
 TINYLOGIN_DIR:=$(BUILD_DIR)/tinylogin-1.4
 TINYLOGIN_SOURCE:=tinylogin-1.4.tar.bz2
-TINYLOGIN_SITE:=http://tinylogin.busybox.net/downloads
+TINYLOGIN_SITE:=ftp://ftp.busybox.net/tinylogin
 endif
 
 $(DL_DIR)/$(TINYLOGIN_SOURCE):