From 9d65d8e9067c51318fbafc17c7c1095855ec291f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Jan 2015 16:49:26 +0000 Subject: [PATCH] linux: enable kmod-bcma on ppc40x after r44230 Signed-off-by: Jo-Philipp Wich SVN-Revision: 44231 --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 2800387a0a..57f682d1d5 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -441,7 +441,7 @@ $(eval $(call KernelPackage,ssb)) define KernelPackage/bcma SUBMENU:=$(OTHER_MENU) TITLE:=BCMA support - DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_ppc40x + DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx KCONFIG:=\ CONFIG_BCMA \ CONFIG_BCMA_POSSIBLE=y \ -- 2.30.2