From b558d4b839b76f99282b98ef5542caf5ea0dce6a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 27 Apr 2009 15:48:11 +0000 Subject: [PATCH] kernel: add missing kconfig symbol related to SSB SVN-Revision: 15449 --- package/kernel/modules/other.mk | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2