linux-mainline: Add wifi kernel configs

Add the wifi kernel config values to
have the wlan0 interface created

Changelog-entry: Add wifi kernel configs in linux-mainline_%bbappend
Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
This commit is contained in:
Vicentiu Galanopulo 2019-11-06 16:17:27 +01:00
parent 6ae7013e78
commit 9dd20d1c02

View file

@ -27,11 +27,17 @@ RESIN_CONFIGS[axp_power] ="\
RESIN_CONFIGS_append_orangepi-plus2 = " wifi" RESIN_CONFIGS_append_orangepi-plus2 = " wifi"
RESIN_CONFIGS_append_orange-pi-zero = " wifi" RESIN_CONFIGS_append_orange-pi-zero = " wifi"
RESIN_CONFIGS_append_orange-pi-lite = " wifi"
RESIN_CONFIGS_append_nanopi-neo-air = " wifi"
RESIN_CONFIGS_append_bananapi-m1-plus = " wifi"
RESIN_CONFIGS[wifi] ="\ RESIN_CONFIGS[wifi] ="\
CONFIG_WIRELESS=y \ CONFIG_WIRELESS=y \
CONFIG_RFKILL=y \ CONFIG_RFKILL=y \
CONFIG_CFG80211=m \ CONFIG_CFG80211=m \
CONFIG_CFG80211_WEXT=y \ CONFIG_CFG80211_WEXT=y \
CONFIG_WLAN=y \
CONFIG_WLAN_VENDOR_REALTEK=y \
" "
RESIN_CONFIGS_append_orangepi-plus2 = " pl2303" RESIN_CONFIGS_append_orangepi-plus2 = " pl2303"