aboutsummaryrefslogtreecommitdiffstats
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
commit58236ae358f6cec510381c27879d1d13fa4c0ce0 (patch)
tree468185d99145cf87f0aa9ac90b5680798bb84c86 /package/kernel/linux/modules/other.mk
parentceb0522dfeb4912b144672f9b914027163c6823e (diff)
downloadmaster-187ad058-58236ae358f6cec510381c27879d1d13fa4c0ce0.tar.gz
master-187ad058-58236ae358f6cec510381c27879d1d13fa4c0ce0.tar.bz2
master-187ad058-58236ae358f6cec510381c27879d1d13fa4c0ce0.zip
linux: disable kmod-bcma on ppc40x, it does not build
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44146 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 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 \