From 792603c26f0387608cb972b7a7146a601c468f00 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 6 Feb 2009 10:17:45 +0000 Subject: [package] kmod-ssb should not be visible on 2.4 kernels git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14419 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index a416231f7..fd1093660 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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 \ -- cgit v1.2.3