aboutsummaryrefslogtreecommitdiffstats
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
commite4763e73a0a9f4d56c6d1874f74db7160bf8fdba (patch)
tree89a273fcfa8fbe4b8fbf06a80bdf912be9f4963b /package/kernel/linux/modules/other.mk
parentf756359c010008b53f01b73dc954d73dcd769dc7 (diff)
downloadmaster-187ad058-e4763e73a0a9f4d56c6d1874f74db7160bf8fdba.tar.gz
master-187ad058-e4763e73a0a9f4d56c6d1874f74db7160bf8fdba.tar.bz2
master-187ad058-e4763e73a0a9f4d56c6d1874f74db7160bf8fdba.zip
kernel: mac80211: bcm53xx has bcma built-in
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45933 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \