From 50ef00e6aa0b9b4d6b87294c28bb4bca46f76a13 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Aug 2025 12:12:45 +0200 Subject: [PATCH] Fixing breakage of sunxi64 edge --- config/sources/families/sun55iw3.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/sources/families/sun55iw3.conf b/config/sources/families/sun55iw3.conf index 89cad6234..9b474dc74 100644 --- a/config/sources/families/sun55iw3.conf +++ b/config/sources/families/sun55iw3.conf @@ -19,7 +19,8 @@ declare -g BOOTBRANCH="${BOOTBRANCH:-"branch:master"}" declare -g BOOTENV_FILE='sunxi.txt' declare -g UBOOT_TARGET_MAP="${UBOOT_TARGET_MAP:-BINMAN_ALLOW_MISSING=1;;u-boot-sunxi-with-spl.bin}" declare -g OVERLAY_DIR="/boot/dtb/allwinner/overlay" -declare -g LINUXFAMILY="sunxi64" +declare -g LINUXFAMILY="sun55iw3" +declare -g LINUXCONFIG="linux-sunxi64-${BRANCH}" case "${BRANCH}" in