From: nbd Date: Thu, 15 Jun 2006 16:42:48 +0000 (+0000) Subject: fix hostapd-mini dependencies X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=68f4a7a320968009c0c97ab7d685b09064af7e05 fix hostapd-mini dependencies git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3950 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 9c2ecea43..1af252320 100644 --- a/package/hostapd/Makefile +++ b/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