From: Nicolas Thill Date: Mon, 27 Apr 2009 15:48:11 +0000 (+0000) Subject: kernel: add missing kconfig symbol related to SSB X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b558d4b839b76f99282b98ef5542caf5ea0dce6a;p=openwrt%2Fstaging%2Fjow.git kernel: add missing kconfig symbol related to SSB SVN-Revision: 15449 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 56f6c36ca9..2d32b4994a 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -213,6 +213,7 @@ define KernelPackage/ssb KCONFIG:=\ CONFIG_SSB \ CONFIG_SSB_B43_PCI_BRIDGE=y \ + CONFIG_SSB_DRIVER_MIPS=n \ CONFIG_SSB_DRIVER_PCICORE=y \ CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y \ CONFIG_SSB_PCIHOST=y \