aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-06-06 13:50:00 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-06-06 13:50:00 +0000
commit157529218644be44e33d8deaf5a05214615ae1c3 (patch)
tree326b5f16d1c28819ad5b477a6220e8bfd803b0c3 /package
parentda0a29b323c1236bde43179a9d16506d751329d6 (diff)
downloadmaster-187ad058-157529218644be44e33d8deaf5a05214615ae1c3.tar.gz
master-187ad058-157529218644be44e33d8deaf5a05214615ae1c3.tar.bz2
master-187ad058-157529218644be44e33d8deaf5a05214615ae1c3.zip
ppp: fix download URL
The file is not available at the older path any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/network/services/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile
index e9b806db34..de1a1c82f2 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -13,7 +13,7 @@ PKG_VERSION:=2.4.7
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/
+PKG_SOURCE_URL:=https://download.samba.org/pub/ppp/
PKG_MD5SUM:=78818f40e6d33a1d1de68a1551f6595a
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_LICENSE:=BSD-4-Clause