[Buildroot] [PATCH] package/dhcp: fix upstream URL in Config.in

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri May 17 08:02:43 UTC 2019


The current URL no longer exists, so update it to what looks like the
main DHCP upstream site.

This issue was noticed by the upstream URL check added by Matt Weber
in the pkg-stats script, whose results are visible at
http://autobuild.buildroot.net/stats/.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/dhcp/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index a4930e53ba..e626d78a4c 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_DHCP
 	help
 	  DHCP relay agent from the ISC DHCP distribution.
 
-	  http://www.isc.org/products/DHCP
+	  https://www.isc.org/downloads/dhcp/
 
 if BR2_PACKAGE_DHCP
 
-- 
2.21.0



More information about the buildroot mailing list