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:
parent
39872f6e23
commit
87940da538
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue