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 | 7e671d62c215dbf8fd3b3bd45d5190fa93cc6e31 (patch) | |
tree | 938da5fe58caae20a87f8058b0e7b506f6c1055d /openwrt/package/hostapd/Makefile | |
parent | 6889d835572a0087f17aefe8b5a4a4cd4d94d349 (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@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hostapd/Makefile')
-rw-r--r-- | openwrt/package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/hostapd/Makefile b/openwrt/package/hostapd/Makefile index 405c1fd7e2..9afea1c21b 100644 --- a/openwrt/package/hostapd/Makefile +++ b/openwrt/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 |