From 8a7af697645a23343f94d3fe496010d2d9a02753 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Wed, 11 Sep 2024 17:50:23 +0200 Subject: [PATCH] package/rp-pppoe: fixup download URL As reported in [1], the download of rp-pppoe-3.15.tar.gz is no longer guaranteed from the download section of the project. Fortunately, Jacon Kroon is hosting the RP-PPPoE source code for versions 3.15 and 4.0 in a location that permits automated downloads. Fixes: - http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769 [1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html Cc: Jaco Kroon Cc: Dianne Skoll Signed-off-by: Dario Binacchi Signed-off-by: Thomas Petazzoni (cherry picked from commit de42743f1b7f05517fc4f8eba73ddaee2e4c9ae8) Signed-off-by: Peter Korsgaard --- package/rp-pppoe/rp-pppoe.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rp-pppoe/rp-pppoe.mk b/package/rp-pppoe/rp-pppoe.mk index f50f1e5a1f..75f2290442 100644 --- a/package/rp-pppoe/rp-pppoe.mk +++ b/package/rp-pppoe/rp-pppoe.mk @@ -5,7 +5,7 @@ ################################################################################ RP_PPPOE_VERSION = 3.15 -RP_PPPOE_SITE = https://dianne.skoll.ca/projects/rp-pppoe/download +RP_PPPOE_SITE = https://downloads.uls.co.za/rp-pppoe RP_PPPOE_LICENSE = GPL-2.0 RP_PPPOE_LICENSE_FILES = doc/LICENSE RP_PPPOE_CPE_ID_VALID = YES