* [Buildroot] [PATCH 1/1] board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default
@ 2019-05-08 18:02 Bartosz Bilas
2019-05-18 21:33 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Bilas @ 2019-05-08 18:02 UTC (permalink / raw)
To: buildroot
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>
---
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
--
2.21.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-18 21:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-08 18:02 [Buildroot] [PATCH 1/1] board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default Bartosz Bilas
2019-05-18 21:33 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox