diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 13:16:37 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 13:16:37 +0000 |
| commit | 1c47bcd5ec302cb24240292096bba2eb2a6cb95d (patch) | |
| tree | d2cb96c3c2ae7cfdcc49523ccabaac8a541b78f5 /openwrt/package/hostapd/Makefile | |
| parent | 17104f2b8f06714dd958f1277b7454f23ac23f82 (diff) | |
| download | mtk-20170518-1c47bcd5ec302cb24240292096bba2eb2a6cb95d.zip mtk-20170518-1c47bcd5ec302cb24240292096bba2eb2a6cb95d.tar.gz mtk-20170518-1c47bcd5ec302cb24240292096bba2eb2a6cb95d.tar.bz2 | |
update hostapd to latest development release (v0.4.5), add driver for hostap, enable wpa-psk.
SVN-Revision: 2276
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 405c1fd..9afea1c 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 |
