diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-26 17:43:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-26 17:43:50 +0000 |
commit | 674ae4e62166e5f18173531d0a988e89cd8c52bc (patch) | |
tree | 79b262b2d481699db909d3620bda0ed7f21124b5 | |
parent | c22e1afc649626a60f77faad3cc33f187ee3e966 (diff) | |
download | upstream-674ae4e62166e5f18173531d0a988e89cd8c52bc.tar.gz upstream-674ae4e62166e5f18173531d0a988e89cd8c52bc.tar.bz2 upstream-674ae4e62166e5f18173531d0a988e89cd8c52bc.zip |
ssb module config symbols fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13365 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |