diff options
| author | Nicolas Thill <nico@openwrt.org> | 2009-04-27 15:48:11 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2009-04-27 15:48:11 +0000 |
| commit | b558d4b839b76f99282b98ef5542caf5ea0dce6a (patch) | |
| tree | d0b709bfd1b81ded8878a0cb0616ef9797f29c22 /package/kernel | |
| parent | 4f88f8de81407f05b9eddd550d0b201296d75886 (diff) | |
| download | mtk-20170518-b558d4b839b76f99282b98ef5542caf5ea0dce6a.zip mtk-20170518-b558d4b839b76f99282b98ef5542caf5ea0dce6a.tar.gz mtk-20170518-b558d4b839b76f99282b98ef5542caf5ea0dce6a.tar.bz2 | |
kernel: add missing kconfig symbol related to SSB
SVN-Revision: 15449
Diffstat (limited to 'package/kernel')
| -rw-r--r-- | package/kernel/modules/other.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 56f6c36..2d32b49 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 \ |
