From 2d397f257677ccff295979ff58a9169dab62b6fb Mon Sep 17 00:00:00 2001 From: Michel Wohlert Date: Sun, 17 Feb 2019 16:23:30 +0100 Subject: [PATCH] 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 --- .../recipes-kernel/linux/linux-mainline_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 81b74aa..b897662 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -18,6 +18,7 @@ RESIN_CONFIGS[axp_power] ="\ " RESIN_CONFIGS_append_orangepi-plus2 = " wifi" +RESIN_CONFIGS_append_orange-pi-zero = " wifi" RESIN_CONFIGS[wifi] ="\ CONFIG_WIRELESS=y \ CONFIG_RFKILL=y \