From: Bartosz Bilas Date: Wed, 8 May 2019 18:02:10 +0000 (+0200) Subject: board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15ff8e49799fd0daeb1c2b511d60977e8a16b870;p=buildroot.git board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default 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 Signed-off-by: Thomas Petazzoni --- diff --git a/board/lemaker/bananapro/linux-wifi.fragment b/board/lemaker/bananapro/linux-wifi.fragment index 8e4bd5cc7d..f4ede39faa 100644 --- a/board/lemaker/bananapro/linux-wifi.fragment +++ b/board/lemaker/bananapro/linux-wifi.fragment @@ -2,6 +2,7 @@ CONFIG_WIRELESS=y CONFIG_CFG80211=y CONFIG_CFG80211_WEXT=y +CONFIG_RFKILL=y # Network device support CONFIG_WLAN=y