diff options
author | Andy Boyett <agb@openwrt.org> | 2008-03-16 18:33:37 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2008-03-16 18:33:37 +0000 |
commit | 4219bb712f0ede2fd9a2f35c7dcd6019badc1e3f (patch) | |
tree | 03a4647f56138e54e8a38c9ed92bfa06f56fab7f /package/wpa_supplicant | |
parent | 45c39a1e6d8e3668deb92498874f899bdf779462 (diff) | |
download | upstream-4219bb712f0ede2fd9a2f35c7dcd6019badc1e3f.tar.gz upstream-4219bb712f0ede2fd9a2f35c7dcd6019badc1e3f.tar.bz2 upstream-4219bb712f0ede2fd9a2f35c7dcd6019badc1e3f.zip |
bumped wpa_supplicant to 0.5.10
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10608 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index a178e77b63..3a905b2c93 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wpa_supplicant -PKG_VERSION:=0.5.9 +PKG_VERSION:=0.5.10 PKG_RELEASE:=1 -PKG_MD5SUM:=390e46066fa96ef9ba8e2dd63fca5aa0 +PKG_MD5SUM:=9e7b99da67c47d81121368c6d580d069 -PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ +PKG_SOURCE_URL:=http://hostap.epitest.fi/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz include $(INCLUDE_DIR)/package.mk |