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-Tag: reboot~4536 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3cb7c2cd4dd1ebd54caf0bd56e533bf4ef575e15;p=openwrt%2Fstaging%2Fblogic.git linux: disable kmod-bcma on ppc40x, it does not build Signed-off-by: Jo-Philipp Wich SVN-Revision: 44146 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 25e0f199d8fe..2f191a101d6f 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 \