From: John Crispin Date: Wed, 28 Oct 2009 15:10:30 +0000 (+0000) Subject: fixes DEPENDS of SSB module, thx sn9 X-Git-Tag: reboot~22039 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b2cd5b2e0d2491f682744eda6db59dd21e5975ed;p=openwrt%2Fopenwrt.git fixes DEPENDS of SSB module, thx sn9 SVN-Revision: 18196 --- 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 \