aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2009-10-28 15:10:30 +0000
committerJohn Crispin <blogic@openwrt.org>2009-10-28 15:10:30 +0000
commit31ab731f570ebe216c569f9cbc236a7084519757 (patch)
tree372f95d926fe6c322182574098197837621cecbd /package/kernel
parentd82615bfc074f10331b0e7c4873677052b51d6c5 (diff)
downloadupstream-31ab731f570ebe216c569f9cbc236a7084519757.tar.gz
upstream-31ab731f570ebe216c569f9cbc236a7084519757.tar.bz2
upstream-31ab731f570ebe216c569f9cbc236a7084519757.zip
fixes DEPENDS of SSB module, thx sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18196 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 58b0561bc6..3d2985060d 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -229,7 +229,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||!TARGET_brcm63xx
+ DEPENDS:=@LINUX_2_6 @PCI_SUPPORT @!TARGET_brcm47xx @!TARGET_brcm63xx
KCONFIG:=\
CONFIG_SSB \
CONFIG_SSB_B43_PCI_BRIDGE=y \