aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2009-04-10 12:19:42 +0000
committerHauke Mehrtens <hauke@openwrt.org>2009-04-10 12:19:42 +0000
commit22791fe80fd6f1038332c6f32505b62dceb62828 (patch)
tree9c8578339e44991a5f5fe52932e55cc4cfe24bd2
parent6d3076b3ccd648840ed4fba68f7cfb882d60be52 (diff)
downloadupstream-22791fe80fd6f1038332c6f32505b62dceb62828.tar.gz
upstream-22791fe80fd6f1038332c6f32505b62dceb62828.tar.bz2
upstream-22791fe80fd6f1038332c6f32505b62dceb62828.zip
[ssb] The ssb module in also integrated into the kernel on brcm63xx target.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15197 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 4d657f118d..5a08ada02f 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -210,7 +210,7 @@ $(eval $(call KernelPackage,pcmcia-serial))
define KernelPackage/ssb
SUBMENU:=$(OTHER_MENU)
TITLE:=Silicon Sonics Backplane glue code
- DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx
+ DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx||!TARGET_brcm63xx
KCONFIG:=\
CONFIG_SSB \
CONFIG_SSB_B43_PCI_BRIDGE=y \