1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 22:06:31 +02:00

[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
This commit is contained in:
florian 2008-11-29 15:09:32 +00:00
parent 11ab593ecd
commit 93ca37623f

View File

@ -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