packagegroup-resin-connectivity.bbappend: Add xradio for Orange Pi Zero

Only add xradio and xradio firmware for the Orange Pi Zero, since no other device uses this chipset.

Changelog-entry: Add support for XR819 Wifi on Orange Pi Zero board
This commit is contained in:
Michel Wohlert 2019-02-17 16:18:45 +01:00
parent 4c58be8dfa
commit 086c0520bb

View file

@ -1,4 +1,7 @@
CONNECTIVITY_FIRMWARES_append = " linux-firmware-ap6212 linux-firmware-brcm43362"
CONNECTIVITY_MODULES_append_orangepi-plus2 = " rtl8189"
CONNECTIVITY_MODULES_append_orange-pi-zero = " xradio"
CONNECTIVITY_FIRMWARES_append_orange-pi-zero = " xradio-firmware"
CONNECTIVITY_FIRMWARES_append_nanopi-neo-air = " linux-firmware-bcm43430"