mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
kmod-ssb should not be visible on 2.4 kernels
SVN-Revision: 14419
This commit is contained in:
parent
b147f12cb2
commit
25ba908993
@ -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 New Issue
Block a user