From: Jo-Philipp Wich Date: Sun, 25 Jan 2015 21:55:36 +0000 (+0000) Subject: linux: disable kmod-bcma on ppc40x, it does not build X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=58236ae358f6cec510381c27879d1d13fa4c0ce0;p=15.05%2Fopenwrt.git 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 --- 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 \