From 9dd20d1c02da420891e6c45e0560b42616efb1c3 Mon Sep 17 00:00:00 2001 From: Vicentiu Galanopulo Date: Wed, 6 Nov 2019 16:17:27 +0100 Subject: [PATCH] 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 --- .../recipes-kernel/linux/linux-mainline_%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 5712f73..c39d6cf 100644 --- a/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -27,11 +27,17 @@ RESIN_CONFIGS[axp_power] ="\ RESIN_CONFIGS_append_orangepi-plus2 = " 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] ="\ CONFIG_WIRELESS=y \ CONFIG_RFKILL=y \ CONFIG_CFG80211=m \ CONFIG_CFG80211_WEXT=y \ + CONFIG_WLAN=y \ + CONFIG_WLAN_VENDOR_REALTEK=y \ " RESIN_CONFIGS_append_orangepi-plus2 = " pl2303"