From 2cd399391e226894d2f7b3837a0f0e1af5f151bc Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 23 Sep 2007 15:12:12 +0000 Subject: 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 --- package/hostap-driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hostap-driver') diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index b784131a1..2b903f997 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 -- cgit v1.2.3