diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-02-16 18:29:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-02-16 18:29:03 +0000 |
commit | f1cb690aaa5753680b4dffe5b0eeac7b7f0f9dc9 (patch) | |
tree | 736f6505cdd40eb0f2248cbf8940dff2e210260a /package/hostapd | |
parent | 736f2a848d7247c0900b7131e13bea419bbf909f (diff) | |
download | upstream-f1cb690aaa5753680b4dffe5b0eeac7b7f0f9dc9.tar.gz upstream-f1cb690aaa5753680b4dffe5b0eeac7b7f0f9dc9.tar.bz2 upstream-f1cb690aaa5753680b4dffe5b0eeac7b7f0f9dc9.zip |
hostapd: select crda if mac80211 is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19667 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 6 |
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 |