mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
parent
9ecf6c94fa
commit
2a5a0e245e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user