diff options
author | John Crispin <john@openwrt.org> | 2009-10-28 15:10:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-28 15:10:30 +0000 |
commit | b2cd5b2e0d2491f682744eda6db59dd21e5975ed (patch) | |
tree | 8e66a63000fcf2f41518bbe1654af3ce2e47ec65 /package/kernel/modules/other.mk | |
parent | 1de4b79971ba25cd887db7497d7becb3c2571c79 (diff) | |
download | upstream-b2cd5b2e0d2491f682744eda6db59dd21e5975ed.tar.gz upstream-b2cd5b2e0d2491f682744eda6db59dd21e5975ed.tar.bz2 upstream-b2cd5b2e0d2491f682744eda6db59dd21e5975ed.zip |
fixes DEPENDS of SSB module, thx sn9
SVN-Revision: 18196
Diffstat (limited to 'package/kernel/modules/other.mk')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
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 \ |