]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
wpa_supplicant: fix upstream URL
authorAlexander Mukhin <alexander.i.mukhin@gmail.com>
Wed, 18 Oct 2017 09:34:06 +0000 (12:34 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 19 Oct 2017 14:59:21 +0000 (16:59 +0200)
wpa_supplicant project URL has been changed to w1.fi/wpa_supplicant.
The old domain epitest.fi has expired.

Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 38e36cd0e1ec55743766e48564d952e38ff40113)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wpa_supplicant/Config.in
package/wpa_supplicant/wpa_supplicant.mk

index 9250a3b20010f75e528cd686ab2be54888ce81c5..1b2baf4e65cabb12a8c8201fd34b31c3291fcff1 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT
        help
          WPA supplicant for secure wireless networks
 
-         http://hostap.epitest.fi/wpa_supplicant/
+         http://w1.fi/wpa_supplicant/
 
 if BR2_PACKAGE_WPA_SUPPLICANT
 
index 9eb1a32928039f8dfc98fd54daeae6a623588888..7ac12ca3368e77c95d35c6edf344d84928333706 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 WPA_SUPPLICANT_VERSION = 2.6
-WPA_SUPPLICANT_SITE = http://hostap.epitest.fi/releases
+WPA_SUPPLICANT_SITE = http://w1.fi/releases
 WPA_SUPPLICANT_PATCH = \
        http://w1.fi/security/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch \
        http://w1.fi/security/2017-1/rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch \