1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-03 01:39:28 +02:00

kmod-ssb should not be visible on 2.4 kernels

SVN-Revision: 14419
This commit is contained in:
Florian Fainelli 2009-02-06 10:17:45 +00:00
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 \