From 87940da53857935e1a2fce250eb68eee61c7f9df Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 12 Nov 2018 10:56:16 +0100 Subject: [PATCH] packagegroup-resin-connectivity: Only add rtl8189 For Orange Pi Plus2 From the list of supported boards, only the Orange Pi Plus2 board has this WiFi chipset so let's not include it for all. Changelog-entry: Include the RTL8189ES / RTL8189ETV driver only for the Orange Pi Plus2 board Signed-off-by: Florin Sarbu --- .../packagegroups/packagegroup-resin-connectivity.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend b/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend index e34d669..eb83289 100644 --- a/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend +++ b/layers/meta-resin-allwinner/recipes-core/packagegroups/packagegroup-resin-connectivity.bbappend @@ -1,4 +1,4 @@ CONNECTIVITY_FIRMWARES_append = " linux-firmware-ap6212 linux-firmware-brcm43362" -CONNECTIVITY_MODULES_append = " rtl8189" +CONNECTIVITY_MODULES_append_orangepi-plus2 = " rtl8189" CONNECTIVITY_FIRMWARES_append_nanopi-neo-air = " linux-firmware-bcm43430"