aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-02-06 10:17:45 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-02-06 10:17:45 +0000
commit0d9096a2d60e47491e755476ec9426c9a10fe375 (patch)
tree87e88cf1badf61930944534a83d096a6f102e0c7 /package/kernel
parent48894205ce844b5a7d3fffa8fb53ed03452e9b5f (diff)
downloadmaster-187ad058-0d9096a2d60e47491e755476ec9426c9a10fe375.tar.gz
master-187ad058-0d9096a2d60e47491e755476ec9426c9a10fe375.tar.bz2
master-187ad058-0d9096a2d60e47491e755476ec9426c9a10fe375.zip
[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
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index a416231f71..fd1093660a 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 \