diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-26 17:43:50 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-26 17:43:50 +0000 |
commit | 91d414b0229612bd9363e6a364e87abd52496a16 (patch) | |
tree | 79b262b2d481699db909d3620bda0ed7f21124b5 /package/kernel/modules | |
parent | 4999d90052d4a00d74d17119f70f470588c5142d (diff) |
ssb module config symbols fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13365 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules')
-rw-r--r-- | package/kernel/modules/other.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 593aa7fd33..79b01c16c7 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -198,9 +198,9 @@ define KernelPackage/ssb DEPENDS:=@PCI_SUPPORT @!TARGET_brcm47xx KCONFIG:=\ CONFIG_SSB \ - CONFIG_SSB_B43_PCI_BRIDGE \ + CONFIG_SSB_B43_PCI_BRIDGE=y \ CONFIG_SSB_DRIVER_PCICORE_POSSIBLE \ - CONFIG_SSB_PCIHOST \ + CONFIG_SSB_PCIHOST=y \ CONFIG_SSB_PCIHOST_POSSIBLE \ CONFIG_SSB_POSSIBLE \ CONFIG_SSB_SPROM |