diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 16:42:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-15 16:42:48 +0000 |
commit | f21f0f60303bef6965acd378d9b8d561d4cfe93b (patch) | |
tree | 4044b9a8a4286d42e7dc1dff88dcd350699347d9 /package/hostapd | |
parent | 7264ca1b28e5f83189bafe2ecb49bd1980db2925 (diff) | |
download | upstream-f21f0f60303bef6965acd378d9b8d561d4cfe93b.tar.gz upstream-f21f0f60303bef6965acd378d9b8d561d4cfe93b.tar.bz2 upstream-f21f0f60303bef6965acd378d9b8d561d4cfe93b.zip |
fix hostapd-mini dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 9c2ecea430..1af252320c 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 |