From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay05.ispgateway.de ([80.67.31.100]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UDzkU-0003fU-Dv for ptxdist@pengutronix.de; Fri, 08 Mar 2013 17:02:26 +0100 Received: from [78.47.165.117] (helo=regiomontanus.your-server.de) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1UDzkU-00014k-3K for ptxdist@pengutronix.de; Fri, 08 Mar 2013 17:02:22 +0100 From: Bernhard Walle Date: Fri, 8 Mar 2013 17:02:17 +0100 Message-Id: <1362758537-21762-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH] wpa_supplicant: Update to 2.0 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Tested on an i.MX53 board with wext and cfg80211.. Signed-off-by: Bernhard Walle --- rules/wpa_supplicant.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplicant.make index 0607696..d007279 100644 --- a/rules/wpa_supplicant.make +++ b/rules/wpa_supplicant.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_WPA_SUPPLICANT) += wpa_supplicant # Paths and names # WPA_SUPPLICANT_NAME := wpa_supplicant -WPA_SUPPLICANT_VERSION := 1.0 -WPA_SUPPLICANT_MD5 := 8650f6aa23646ef634402552d0669640 +WPA_SUPPLICANT_VERSION := 2.0 +WPA_SUPPLICANT_MD5 := 3be2ebfdcced52e00eda0afe2889839d WPA_SUPPLICANT := $(WPA_SUPPLICANT_NAME)-$(WPA_SUPPLICANT_VERSION) WPA_SUPPLICANT_SUFFIX := tar.gz WPA_SUPPLICANT_URL := http://hostap.epitest.fi/releases/$(WPA_SUPPLICANT).$(WPA_SUPPLICANT_SUFFIX) -- 1.8.1.5 -- ptxdist mailing list ptxdist@pengutronix.de