Add support for uwe5622 wifi driver for Orange Pi Zero 2.

This commit is contained in:
pbiel
2023-03-16 09:53:25 +01:00
parent c4c91b604b
commit 8bdb29e399
16 changed files with 233324 additions and 1 deletions

View File

@ -10,4 +10,7 @@ UBOOT_MACHINE = "orangepi_zero2_defconfig"
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
# as for now neither graphics nor audio is supported
MACHINE_FEATURES:remove = "alsa x11 bluetooth wifi"
MACHINE_FEATURES:remove = "alsa x11"
MACHINE_FEATURES:append = "bluetooth wifi"
MACHINE_EXTRA_RRECOMMENDS = "uwe5622-firmware"