diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-06-09 15:13:18 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-06-09 15:13:18 +0000 |
commit | 1acfc775d626c4b3dd9960b25537d912463d5cfe (patch) | |
tree | e5dad7c780683d73389c235387a799904d898bde /package/kernel/linux/modules/other.mk | |
parent | 0fb87699bd03c072b17f0a23f3c9be9e8a711bc7 (diff) | |
download | upstream-1acfc775d626c4b3dd9960b25537d912463d5cfe.tar.gz upstream-1acfc775d626c4b3dd9960b25537d912463d5cfe.tar.bz2 upstream-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.mk | 2 |
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 \ |