15ff8e4979
This fixes following error: # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B Successfully initialized wpa_supplicant rfkill: Cannot open RFKILL control device Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
25 lines
718 B
Plaintext
25 lines
718 B
Plaintext
# Networking support
|
|
CONFIG_WIRELESS=y
|
|
CONFIG_CFG80211=y
|
|
CONFIG_CFG80211_WEXT=y
|
|
CONFIG_RFKILL=y
|
|
|
|
# Network device support
|
|
CONFIG_WLAN=y
|
|
CONFIG_WLAN_VENDOR_BROADCOM=y
|
|
CONFIG_BRCMFMAC=m
|
|
# CONFIG_WLAN_VENDOR_ADMTEK is not set
|
|
# CONFIG_WLAN_VENDOR_ATH is not set
|
|
# CONFIG_WLAN_VENDOR_ATMEL is not set
|
|
# CONFIG_WLAN_VENDOR_CISCO is not set
|
|
# CONFIG_WLAN_VENDOR_INTEL is not set
|
|
# CONFIG_WLAN_VENDOR_INTERSIL is not set
|
|
# CONFIG_WLAN_VENDOR_MARVELL is not set
|
|
# CONFIG_WLAN_VENDOR_MEDIATEK is not set
|
|
# CONFIG_WLAN_VENDOR_RALINK is not set
|
|
# CONFIG_WLAN_VENDOR_REALTEK is not set
|
|
# CONFIG_WLAN_VENDOR_RSI is not set
|
|
# CONFIG_WLAN_VENDOR_ST is not set
|
|
# CONFIG_WLAN_VENDOR_TI is not set
|
|
# CONFIG_WLAN_VENDOR_ZYDAS is not set
|