summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-06-09 15:13:18 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-06-09 15:13:18 +0000
commit1acfc775d626c4b3dd9960b25537d912463d5cfe (patch)
treee5dad7c780683d73389c235387a799904d898bde /package/kernel/linux/modules/other.mk
parent0fb87699bd03c072b17f0a23f3c9be9e8a711bc7 (diff)
downloadmaster-31e0f0ae-1acfc775d626c4b3dd9960b25537d912463d5cfe.tar.gz
master-31e0f0ae-1acfc775d626c4b3dd9960b25537d912463d5cfe.tar.bz2
master-31e0f0ae-1acfc775d626c4b3dd9960b25537d912463d5cfe.zip
kernel: mac80211: bcm53xx has bcma built-in
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45933
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 6ca9f5e140..77a8bff85a 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -434,7 +434,7 @@ $(eval $(call KernelPackage,ssb))
define KernelPackage/bcma
SUBMENU:=$(OTHER_MENU)
TITLE:=BCMA support
- DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
+ DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_bcm53xx
KCONFIG:=\
CONFIG_BCMA \
CONFIG_BCMA_POSSIBLE=y \