mirror of https://github.com/hak5/openwrt.git
linux: enable kmod-bcma on ppc40x after r44230
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44231lede-17.01
parent
4dd3c05af2
commit
135bd1d765
|
@ -441,7 +441,7 @@ $(eval $(call KernelPackage,ssb))
|
||||||
define KernelPackage/bcma
|
define KernelPackage/bcma
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=BCMA support
|
TITLE:=BCMA support
|
||||||
DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_ppc40x
|
DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_BCMA \
|
CONFIG_BCMA \
|
||||||
CONFIG_BCMA_POSSIBLE=y \
|
CONFIG_BCMA_POSSIBLE=y \
|
||||||
|
|
Loading…
Reference in New Issue