diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:16:37 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:16:37 +0000 |
commit | 7af4d79491b826de778160c5f683521bf78195db (patch) | |
tree | c9301da018622e17bc1e092e737c3ac9bb3c9bec /package/hostapd/Makefile | |
parent | 7a33fb1c962d1881606fe7b8925afc253bf36706 (diff) |
update hostapd to latest development release (v0.4.5),
add driver for hostap,
enable wpa-psk.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 405c1fd7e..9afea1c21 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.3.9 +PKG_VERSION:=0.4.5 PKG_RELEASE:=1 -PKG_MD5SUM:=c9cab38387594090a36062008b3de59e +PKG_MD5SUM:=3d775a19f8071d6f8a363ef0dad58655 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |