diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-23 15:12:12 +0000 |
commit | edfea6d60d3c042634a1d31269849685153e8a91 (patch) | |
tree | 60abdcc9502265c09aa37fdd869b72a0d72e8b1a /package/hostap-driver | |
parent | 1d48cb066ac629aafc14fa7081369b027dc71b78 (diff) | |
download | upstream-edfea6d60d3c042634a1d31269849685153e8a91.tar.gz upstream-edfea6d60d3c042634a1d31269849685153e8a91.tar.bz2 upstream-edfea6d60d3c042634a1d31269849685153e8a91.zip |
move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-driver')
-rw-r--r-- | package/hostap-driver/Makefile | 2 |
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 |