kmod-ssb should not be visible on 2.4 kernels
SVN-Revision: 14419
This commit is contained in:
parent
b147f12cb2
commit
25ba908993
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ $(eval $(call KernelPackage,pcmcia-serial))
|
|||
define KernelPackage/ssb
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Silicon Sonics Backplane glue code
|
||||
DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx
|
||||
DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx
|
||||
KCONFIG:=\
|
||||
CONFIG_SSB \
|
||||
CONFIG_SSB_B43_PCI_BRIDGE=y \
|
||||
|
|
Loading…
Reference in a new issue