sun55iw3: move to general sunxi patchset

This commit is contained in:
EvilOlaf 2025-12-22 05:02:35 +00:00 committed by Igor
parent 430d9ab41b
commit 6ccc327967

View File

@ -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