From c76de05acf13e2705c851e57c801d23f292fe874 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 13 Jul 2025 09:31:07 +0200 Subject: [PATCH 1/2] fix: fix opi zero3 images to armbian next branch Signed-off-by: Stefan Dej --- configs/board-orangepi_zero3_bookworm.conf | 1 + configs/board-orangepi_zero3_trixie.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/board-orangepi_zero3_bookworm.conf b/configs/board-orangepi_zero3_bookworm.conf index 5f5ee58d..0648febd 100644 --- a/configs/board-orangepi_zero3_bookworm.conf +++ b/configs/board-orangepi_zero3_bookworm.conf @@ -1 +1,2 @@ BOARD=orangepizero3 +ARMBIAN_BRANCH="next" diff --git a/configs/board-orangepi_zero3_trixie.conf b/configs/board-orangepi_zero3_trixie.conf index ba59a32c..922e58b5 100644 --- a/configs/board-orangepi_zero3_trixie.conf +++ b/configs/board-orangepi_zero3_trixie.conf @@ -1,2 +1,3 @@ BOARD=orangepizero3 RELEASE="trixie" +ARMBIAN_BRANCH="next" From 176b3d61fc9973e49259ce3c165d49cb5abd77b3 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 13 Jul 2025 09:34:17 +0200 Subject: [PATCH 2/2] fix: fix opi zero3 images to armbian main branch I mixed up the main branch with the next branch in the oranpepi repo Signed-off-by: Stefan Dej --- configs/board-orangepi_zero3_bookworm.conf | 2 +- configs/board-orangepi_zero3_trixie.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/board-orangepi_zero3_bookworm.conf b/configs/board-orangepi_zero3_bookworm.conf index 0648febd..9a729fdd 100644 --- a/configs/board-orangepi_zero3_bookworm.conf +++ b/configs/board-orangepi_zero3_bookworm.conf @@ -1,2 +1,2 @@ BOARD=orangepizero3 -ARMBIAN_BRANCH="next" +ARMBIAN_BRANCH="main" diff --git a/configs/board-orangepi_zero3_trixie.conf b/configs/board-orangepi_zero3_trixie.conf index 922e58b5..45ff934d 100644 --- a/configs/board-orangepi_zero3_trixie.conf +++ b/configs/board-orangepi_zero3_trixie.conf @@ -1,3 +1,3 @@ BOARD=orangepizero3 RELEASE="trixie" -ARMBIAN_BRANCH="next" +ARMBIAN_BRANCH="main"