diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-06-06 13:50:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-06-06 13:50:00 +0000 |
commit | 5621a56d25f7c7be9814c70ae1a4777a9c56e73c (patch) | |
tree | fbe7423fdcc50750d360274d23da3fa7eb799772 /package | |
parent | fcc6f801cae5c5cc902f472660eb7bc59a9953cf (diff) | |
download | upstream-5621a56d25f7c7be9814c70ae1a4777a9c56e73c.tar.gz upstream-5621a56d25f7c7be9814c70ae1a4777a9c56e73c.tar.bz2 upstream-5621a56d25f7c7be9814c70ae1a4777a9c56e73c.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>
SVN-Revision: 45910
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/ppp/Makefile | 2 |
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 |