From 15ff8e49799fd0daeb1c2b511d60977e8a16b870 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Wed, 8 May 2019 20:02:10 +0200 Subject: [PATCH] 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 --- board/lemaker/bananapro/linux-wifi.fragment | 1 + 1 file changed, 1 insertion(+) 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