diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:13:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:13:26 +0000 |
commit | 0c576e363229f87900c4f1cbdc3fd7b237c14eed (patch) | |
tree | 6c7604bacab436a08820618e34f3ebc628733d5c /package/wpa_supplicant/Makefile | |
parent | bce41817c67f770ca07671853c204eafaeda633b (diff) | |
download | upstream-0c576e363229f87900c4f1cbdc3fd7b237c14eed.tar.gz upstream-0c576e363229f87900c4f1cbdc3fd7b237c14eed.tar.bz2 upstream-0c576e363229f87900c4f1cbdc3fd7b237c14eed.zip |
update wpa_supplicant to new upstream stable release (v0.4.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2544 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 e7a10165c0..34e9fcfdd4 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.4.5 +PKG_VERSION:=0.4.7 PKG_RELEASE:=1 -PKG_MD5SUM:=28347563119f09fc963bcdf9d16265a3 +PKG_MD5SUM:=1345730f15d5f93f2f083096ddc903eb PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |