diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-01-05 20:08:26 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-01-05 20:08:26 +0000 |
commit | 09b0a6feb64774a5f17f783f22991227cb13c733 (patch) | |
tree | 8a49232568571715e53ec4bc419936dfb38422ed /package/wpa_supplicant | |
parent | d82a8a3da0b9afbb526facad3f72ffb72aad1e83 (diff) | |
download | upstream-09b0a6feb64774a5f17f783f22991227cb13c733.tar.gz upstream-09b0a6feb64774a5f17f783f22991227cb13c733.tar.bz2 upstream-09b0a6feb64774a5f17f783f22991227cb13c733.zip |
upgrade wpa_supplicant to v0.5.7 for #1133
SVN-Revision: 5998
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 0530a95221..658837c34a 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.5.5 +PKG_VERSION:=0.5.7 PKG_RELEASE:=1 -PKG_MD5SUM:=482dd85949c82aa15309e5ab3d2cf5c3 +PKG_MD5SUM:=bd2436392ad3c6d2513da701a12f2d27 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |