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 <florin@balena.io>
This commit is contained in:
Florin Sarbu 2018-11-12 10:56:16 +01:00
parent 39872f6e23
commit 87940da538

View file

@ -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"