Author: jow Date: 2015-01-25 22:55:36 +0100 (Sun, 25 Jan 2015) New Revision: 44146
Modified: trunk/package/kernel/linux/modules/other.mk Log: linux: disable kmod-bcma on ppc40x, it does not build Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-01-25 21:02:12 UTC (rev 44145) +++ trunk/package/kernel/linux/modules/other.mk 2015-01-25 21:55:36 UTC (rev 44146) @@ -443,7 +443,7 @@ 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 \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
