summaryrefslogtreecommitdiff
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-04-29 11:14:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-04-29 11:14:53 +0000
commitd4d223edad38f74de68f284e375532d6226604a4 (patch)
tree4ee26be95b580164120b6dd497ee40f82d0492be /package/hostapd/Makefile
parent873cdb190cc04350be85faa82da6ec4995ce5541 (diff)
downloadmtk-20170518-d4d223edad38f74de68f284e375532d6226604a4.zip
mtk-20170518-d4d223edad38f74de68f284e375532d6226604a4.tar.gz
mtk-20170518-d4d223edad38f74de68f284e375532d6226604a4.tar.bz2
hostapd: update to 20120428, fixes some radius issues and wds ap mac address issues
SVN-Revision: 31515
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 1e472ef..4fedd1b 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -8,16 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=hostapd
-PKG_VERSION:=20120326
+PKG_VERSION:=20120428
PKG_RELEASE:=1
-PKG_REV:=f4329aa2d08192640532b712936f5221580e9f8c
+PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=git://w1.fi/srv/git/hostap.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE_PROTO:=git
-PKG_MIRROR_MD5SUM:=2650d83c1d4649a5df9fe265f8a5775f
+PKG_MIRROR_MD5SUM:=2732dbca58b0aaaebdad69e13588d058
PKG_BUILD_DEPENDS:= \
PACKAGE_kmod-madwifi:madwifi \