From eaf53c34195b7470bfc690e7edb9ea3a47e1aec9 Mon Sep 17 00:00:00 2001 From: Peter Denison Date: Tue, 8 Jul 2008 17:48:29 +0000 Subject: Make b43 module depend on crypto modules git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11749 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/b43/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/b43') diff --git a/package/b43/Makefile b/package/b43/Makefile index 6616585e2e..3827c7c4dc 100644 --- a/package/b43/Makefile +++ b/package/b43/Makefile @@ -32,7 +32,7 @@ PKG_FWCUTTER_MD5SUM:=3db2f4de85a459451f5b391cf67a8d44 define KernelPackage/b43 SUBMENU:=Wireless Drivers TITLE:=Broadcom 43xx wireless support - DEPENDS:=@TARGET_brcm47xx +kmod-mac80211 + DEPENDS:=@TARGET_brcm47xx +kmod-mac80211 +kmod-crypto-aes +kmod-crypto-arc4 +kmod-crypto-michael-mic FILES:=$(PKG_BUILD_DIR)/b43.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,30,b43) endef -- cgit v1.2.3