From 58236ae358f6cec510381c27879d1d13fa4c0ce0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 25 Jan 2015 21:55:36 +0000 Subject: linux: disable kmod-bcma on ppc40x, it does not build Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44146 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/linux/modules/other.mk') 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 \ -- cgit v1.2.3