summaryrefslogtreecommitdiffstats
path: root/package/hostap-driver
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-23 15:12:12 +0000
commit5f0272d618f486e694c14c51a3ad42e4232ae9eb (patch)
treebd44f03e72f19e33dfd46bf405fa6f2186b062e3 /package/hostap-driver
parentaa372ac90195d1c99003a03aff2a799506e591e9 (diff)
downloadmaster-31e0f0ae-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.gz
master-31e0f0ae-5f0272d618f486e694c14c51a3ad42e4232ae9eb.tar.bz2
master-31e0f0ae-5f0272d618f486e694c14c51a3ad42e4232ae9eb.zip
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
Diffstat (limited to 'package/hostap-driver')
-rw-r--r--package/hostap-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile
index b784131a1d..2b903f9978 100644
--- a/package/hostap-driver/Makefile
+++ b/package/hostap-driver/Makefile
@@ -42,7 +42,7 @@ endef
define KernelPackage/hostap
$(call KernelPackage/hostap/Default)
- DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +kmod-crypto
+ DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211
TITLE:=Host AP support for Prism2/2.5/3
KCONFIG:=CONFIG_HOSTAP
endef