summaryrefslogtreecommitdiff
path: root/openwrt/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-15 16:42:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-15 16:42:48 +0000
commit44f2725829d62af2a078d3f47d712e62c4f399ef (patch)
treeb03bd13b1c1e1032937efd44ccf1e5dd35a3a36d /openwrt/package/hostapd
parent5011ced3005436636c81a0e74d130d1994aa42a9 (diff)
downloadmtk-20170518-44f2725829d62af2a078d3f47d712e62c4f399ef.zip
mtk-20170518-44f2725829d62af2a078d3f47d712e62c4f399ef.tar.gz
mtk-20170518-44f2725829d62af2a078d3f47d712e62c4f399ef.tar.bz2
fix hostapd-mini dependencies
SVN-Revision: 3950
Diffstat (limited to 'openwrt/package/hostapd')
-rw-r--r--openwrt/package/hostapd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/hostapd/Makefile b/openwrt/package/hostapd/Makefile
index 9c2ecea..1af2523 100644
--- a/openwrt/package/hostapd/Makefile
+++ b/openwrt/package/hostapd/Makefile
@@ -6,7 +6,7 @@ PKG_NAME:=hostapd
PKG_VERSION:=0.5.3
PKG_RELEASE:=1
PKG_MD5SUM:=4e3134e8b0d86e831230f8c620fd81bb
-PKG_BUILDDEP:=madwifi
+PKG_BUILDDEP:=madwifi openssl
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -85,6 +85,7 @@ endef
define Package/hostapd-mini
$(call Package/hostapd)
TITLE:=IEEE 802.1x Authenticator (WPA-PSK only)
+DEPENDS:=
DESCRIPTION:=IEEE 802.1x/WPA/EAP/RADIUS Authenticator (WPA-PSK only)
endef