Merge pull request #411 from ludiazv/new-opizero2

Support for Orange pi zero 2 for 6.6 LTS
This commit is contained in:
Marek Belisko
2024-06-17 16:05:33 +02:00
committed by GitHub
27 changed files with 2123 additions and 1 deletions

View File

@ -13,4 +13,9 @@ SPL_BINARY = "u-boot-sunxi-with-spl.bin"
MACHINE_FEATURES:remove = "alsa x11"
MACHINE_FEATURES:append = "bluetooth wifi"
MACHINE_EXTRA_RRECOMMENDS = "uwe5622-firmware"
MACHINE_EXTRA_RRECOMMENDS = "uwe5622-firmware"
# Load modules for wifi & bt
# Note: fo wifi a custom hci attach userspace sofware is needed that is not included in the layer
KERNEL_MODULE_AUTOLOAD += " sprdwl_ng sprdbt_tty "