summaryrefslogtreecommitdiffstats
path: root/package/b43/Makefile
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-07-09 19:05:47 +0000
committerPeter Denison <openwrt@marshadder.org>2008-07-09 19:05:47 +0000
commit2746844d62a85e66cc2cfb7d617462eb3eb4e5ac (patch)
tree0c3bf2fe2c02550cfdf67adb4d93381616981bd7 /package/b43/Makefile
parent77fed3fa5b0ad954dbf3f0092dc28f5b85fc23f7 (diff)
downloadmaster-31e0f0ae-2746844d62a85e66cc2cfb7d617462eb3eb4e5ac.tar.gz
master-31e0f0ae-2746844d62a85e66cc2cfb7d617462eb3eb4e5ac.tar.bz2
master-31e0f0ae-2746844d62a85e66cc2cfb7d617462eb3eb4e5ac.zip
revert r11749: b43 should not depend on crypto modules, mac80211 should
SVN-Revision: 11754
Diffstat (limited to 'package/b43/Makefile')
-rw-r--r--package/b43/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/b43/Makefile b/package/b43/Makefile
index 3827c7c4dc..6616585e2e 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 +kmod-crypto-aes +kmod-crypto-arc4 +kmod-crypto-michael-mic
+ DEPENDS:=@TARGET_brcm47xx +kmod-mac80211
FILES:=$(PKG_BUILD_DIR)/b43.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,b43)
endef