From 6ccc327967478f1beb7aaba5cd51287aeec1debe Mon Sep 17 00:00:00 2001 From: EvilOlaf Date: Mon, 22 Dec 2025 05:02:35 +0000 Subject: [PATCH] sun55iw3: move to general sunxi patchset --- config/sources/families/sun55iw3.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/sources/families/sun55iw3.conf b/config/sources/families/sun55iw3.conf index a58e7a4387..e0615fe2a2 100644 --- a/config/sources/families/sun55iw3.conf +++ b/config/sources/families/sun55iw3.conf @@ -22,15 +22,17 @@ declare -g OVERLAY_DIR="/boot/dtb/allwinner/overlay" declare -g LINUXFAMILY="sun55iw3" declare -g LINUXCONFIG="linux-sunxi64-${BRANCH}" + case "${BRANCH}" in edge) - declare -g KERNEL_MAJOR_MINOR="6.16" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.16" - declare -g KERNELPATCHDIR="archive/sunxi-dev-${KERNEL_MAJOR_MINOR}" + declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel. + declare -g KERNELBRANCH="tag:v6.18.2" ;; esac +declare -g KERNELPATCHDIR="archive/sunxi-${KERNEL_MAJOR_MINOR}" + family_tweaks() { # execute specific tweaks function if present [[ $(type -t family_tweaks_s) == function ]] && family_tweaks_s