diff options
author | noz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-09 19:05:47 +0000 |
---|---|---|
committer | noz <noz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-07-09 19:05:47 +0000 |
commit | 8a4bce840a7ed576a9bb0137522ccc3be478f81a (patch) | |
tree | 9451d3d9e33e82f05e3cf4ba63991c967caeb514 /package/b43/Makefile | |
parent | 98a0cd276fea782620c7bfaf121855a91ad6935a (diff) |
revert r11749: b43 should not depend on crypto modules, mac80211 should
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11754 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/b43/Makefile')
-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 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 |