linux-mainline_%.bbappend: Add RESING_CONFIGS for Orange Pi Zero Wifi

Adds RESIN_CONFIGS wifi for Orange Pi Zero to include CFG80211 support in mainline kernel
This commit is contained in:
Michel Wohlert 2019-02-17 16:23:30 +01:00
parent 7d46428810
commit 2d397f2576

View file

@ -18,6 +18,7 @@ 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[wifi] ="\ RESIN_CONFIGS[wifi] ="\
CONFIG_WIRELESS=y \ CONFIG_WIRELESS=y \
CONFIG_RFKILL=y \ CONFIG_RFKILL=y \