[Buildroot] [git commit branch/2019.02.x] package/iw: update the upstream URL in Config.in

Peter Korsgaard peter at korsgaard.com
Tue Dec 3 13:53:17 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=33f0bb1b057dbb4ce97363ccb558a4c8d65a364f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(404)' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit c21d38568049b829f7a0b1836e6cd87e890161a1)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/iw/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iw/Config.in b/package/iw/Config.in
index fd73b20992..8a74e3b2ad 100644
--- a/package/iw/Config.in
+++ b/package/iw/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_IW
 	help
 	  Utility for wireless devices using the mac80211 kernel stack
 
-	  http://wireless.kernel.org/en/users/Documentation/iw
+	  https://wireless.wiki.kernel.org/en/users/documentation/iw
 
 comment "iw needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS



More information about the buildroot mailing list