All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* [Buildroot] [PATCH 1/1] board/lemaker/bananapro/linux-wifi.fragment: add rfkill driver into kernel by default
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-05-18 21:33 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.