fixes DEPENDS of SSB module, thx sn9
SVN-Revision: 18196
This commit is contained in:
parent
1de4b79971
commit
b2cd5b2e0d
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ $(eval $(call KernelPackage,pcmcia-serial))
|
|||
define KernelPackage/ssb
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Silicon Sonics Backplane glue code
|
||||
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx||!TARGET_brcm63xx
|
||||
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_brcm63xx
|
||||
KCONFIG:=\
|
||||
CONFIG_SSB \
|
||||
CONFIG_SSB_B43_PCI_BRIDGE=y \
|
||||
|
|
Loading…
Reference in a new issue