mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 20:03:09 +01:00
linux: disable kmod-bcma on ppc40x, it does not build
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44146
This commit is contained in:
parent
48b0c50a05
commit
3cb7c2cd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue