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