diff mbox series

[1/1] board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default

Message ID 20190508180210.10521-1-b.bilas@grinn-global.com
State Accepted
Headers show
Series [1/1] board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default | expand

Commit Message

Bartosz Bilas May 8, 2019, 6:02 p.m. UTC
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(+)

Comments

Thomas Petazzoni May 18, 2019, 9:33 p.m. UTC | #1
On Wed,  8 May 2019 20:02:10 +0200
Bartosz Bilas <b.bilas@grinn-global.com> wrote:

> 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(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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