diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-29 15:09:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-29 15:09:32 +0000 |
commit | 2a5a0e245ebe8f5b03ad00e8d37ca5210fca4c0b (patch) | |
tree | fcd0ad141f185807540ef30108915f91d490dfcb /package | |
parent | 9ecf6c94faabf8c3d62a2db69ad85b1f8db0ac7b (diff) | |
download | upstream-2a5a0e245ebe8f5b03ad00e8d37ca5210fca4c0b.tar.gz upstream-2a5a0e245ebe8f5b03ad00e8d37ca5210fca4c0b.tar.bz2 upstream-2a5a0e245ebe8f5b03ad00e8d37ca5210fca4c0b.zip |
[PATCH] Corrected SSB Config
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/other.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 838526939f..2e255f00fd 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -199,11 +199,12 @@ define KernelPackage/ssb KCONFIG:=\ CONFIG_SSB \ CONFIG_SSB_B43_PCI_BRIDGE=y \ - CONFIG_SSB_DRIVER_PCICORE_POSSIBLE \ + CONFIG_SSB_DRIVER_PCICORE=y \ + CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y \ CONFIG_SSB_PCIHOST=y \ - CONFIG_SSB_PCIHOST_POSSIBLE \ - CONFIG_SSB_POSSIBLE \ - CONFIG_SSB_SPROM + CONFIG_SSB_PCIHOST_POSSIBLE=y \ + CONFIG_SSB_POSSIBLE=y \ + CONFIG_SSB_SPROM=y FILES:=$(LINUX_DIR)/drivers/ssb/ssb.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,29,ssb) endef |