projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df7676
)
Make b43 module depend on crypto modules
author
Peter Denison
<openwrt@marshadder.org>
Tue, 8 Jul 2008 17:48:29 +0000
(17:48 +0000)
committer
Peter Denison
<openwrt@marshadder.org>
Tue, 8 Jul 2008 17:48:29 +0000
(17:48 +0000)
SVN-Revision: 11749
package/b43/Makefile
patch
|
blob
|
history
diff --git
a/package/b43/Makefile
b/package/b43/Makefile
index 6616585e2e903c9bed12a3954e70f559fffd9164..3827c7c4dc0606e87320c04b65eb9d27c9ab595e 100644
(file)
--- 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