Explorar el Código

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 <b.bilas@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bartosz Bilas hace 5 años
padre
commit
15ff8e4979
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      board/lemaker/bananapro/linux-wifi.fragment

+ 1 - 0
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