From 7df2e3d132b9072f8ec1ab0db3f27aa1c120a148 Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Thu, 2 Feb 2023 18:17:05 +0100 Subject: [PATCH] orange-pi-zero2: Added wifi firmware Signed-off-by: Marek Belisko --- conf/machine/orange-pi-zero2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/orange-pi-zero2.conf b/conf/machine/orange-pi-zero2.conf index 9e512a1..b07579e 100644 --- a/conf/machine/orange-pi-zero2.conf +++ b/conf/machine/orange-pi-zero2.conf @@ -10,3 +10,5 @@ UBOOT_MACHINE = "orangepi_zero2_defconfig" # as for now neither graphics nor audio is supported MACHINE_FEATURES:remove = "alsa x11" MACHINE_FEATURES:append = "bluetooth wifi" + +MACHINE_EXTRA_RRECOMMENDS = "uwe5622-firmware"