linux: enable kmod-bcma on ppc40x after r44230
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44231
This commit is contained in:
parent
4dd3c05af2
commit
135bd1d765
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue