aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-02-16 18:29:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-02-16 18:29:03 +0000
commit63b1d06a31a8b584ec758970f1faac95a19ad750 (patch)
treec62643a441f62058c8c1e40698adf780c5da148d /package/hostapd
parente9d9efa6788d2d600260af74b67129438f37a800 (diff)
downloadupstream-63b1d06a31a8b584ec758970f1faac95a19ad750.tar.gz
upstream-63b1d06a31a8b584ec758970f1faac95a19ad750.tar.bz2
upstream-63b1d06a31a8b584ec758970f1faac95a19ad750.zip
hostapd: select crda if mac80211 is selected
SVN-Revision: 19667
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index b68b5f9c57..e6e2313864 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -75,7 +75,7 @@ define Package/hostapd/Default
CATEGORY:=Network
TITLE:=IEEE 802.1x Authenticator
URL:=http://hostap.epitest.fi/
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny
+ DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
endef
@@ -116,7 +116,7 @@ define Package/wpad/Default
CATEGORY:=Network
TITLE:=IEEE 802.1x Authenticator/Supplicant
URL:=http://hostap.epitest.fi/
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny
+ DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
endef
@@ -146,7 +146,7 @@ define Package/wpa-supplicant
CATEGORY:=Network
TITLE:=WPA Supplicant
URL:=http://hostap.epitest.fi/wpa_supplicant/
- DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny
+ DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda
VARIANT:=supplicant-full
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
endef