diff options
author | noz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-08 17:48:29 +0000 |
---|---|---|
committer | noz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-08 17:48:29 +0000 |
commit | e115c67466718a2feea3e25f23c41e3f3c749baa (patch) | |
tree | 9e69470dfe449af6647c072b6833b02a04da1f9f | |
parent | d59e028829fab21384fcd5f9d86199d679759971 (diff) |
Make b43 module depend on crypto modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11749 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/b43/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile index 6616585e2..3827c7c4d 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 |