summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-25 21:55:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-25 21:55:36 +0000
commit3cb7c2cd4dd1ebd54caf0bd56e533bf4ef575e15 (patch)
tree817d4fa243665418fa309d1df7df937fd7b37968 /package/kernel/linux/modules/other.mk
parent48b0c50a05db279a5aa06e9eb644958126d6c894 (diff)
downloadmaster-31e0f0ae-3cb7c2cd4dd1ebd54caf0bd56e533bf4ef575e15.tar.gz
master-31e0f0ae-3cb7c2cd4dd1ebd54caf0bd56e533bf4ef575e15.tar.bz2
master-31e0f0ae-3cb7c2cd4dd1ebd54caf0bd56e533bf4ef575e15.zip
linux: disable kmod-bcma on ppc40x, it does not build
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44146
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 25e0f199d8..2f191a101d 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -443,7 +443,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_ppc40x
KCONFIG:=\
CONFIG_BCMA \
CONFIG_BCMA_POSSIBLE=y \