diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 21:55:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 21:55:36 +0000 |
commit | 58236ae358f6cec510381c27879d1d13fa4c0ce0 (patch) | |
tree | 468185d99145cf87f0aa9ac90b5680798bb84c86 /package/kernel/linux | |
parent | ceb0522dfeb4912b144672f9b914027163c6823e (diff) | |
download | upstream-58236ae358f6cec510381c27879d1d13fa4c0ce0.tar.gz upstream-58236ae358f6cec510381c27879d1d13fa4c0ce0.tar.bz2 upstream-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')
-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 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 \ |