X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f8b8f7c474e2881e474aae7cfe7ea19732c632ca..97ad75a40a47df06bbec7a4a4f6b9c117d110967:/package/hostapd/Makefile diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index e4f365547..495597930 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -4,19 +4,18 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=0.6.8 +PKG_VERSION:=0.6.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_MD5SUM:=4b183183e20af1386017e9f499184ee1 +PKG_MD5SUM:=83630d11fa66ade9091f1b304fccd74c PKG_BUILD_DEPENDS:=PACKAGE_kmod-madwifi:madwifi PACKAGE_kmod-mac80211:mac80211 PACKAGE_kmod-mac80211:libnl include $(INCLUDE_DIR)/package.mk