diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-23 16:22:56 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-23 16:22:56 +0000 |
commit | aea8cdc96da2e917d66a3ec59fe3b94f424bc570 (patch) | |
tree | 542fb3d228ffec277e8d926e2835f5e753b2b2f8 /package/wpa_supplicant/Makefile | |
parent | 0d93d18003be7dfbb634a98a12e191c55f0a464f (diff) |
[wpa_supplicant] bump to version 0.6.9.
Synced config with upstream version.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14993 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant/Makefile')
-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 6d141402a..c1592a9a7 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.6.8 +PKG_VERSION:=0.6.9 PKG_RELEASE:=1 -PKG_MD5SUM:=e933332490e0e5acfef2279457f1070a +PKG_MD5SUM:=0efb8fcedf0a8acf6f423dfdb0658fdd PKG_SOURCE_URL:=http://hostap.epitest.fi/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |