sun55iw3: move patches to archive/sunxi-dev-6.16 folder

When patches outside the series are in the target folder
KERNELPATCHDIR = "archive/sunxi- $ {KERNEL _ MAJOR _ MINOR}"
they create problems for all other patches in the series
and are difficult to move to the new kernel version because
they are not properly designed.

Move the patches to a separate development folder until
the design is fixed so that we can add them to the series.
This commit is contained in:
The-going
2025-09-15 00:46:45 +03:00
committed by Igor
parent 42cc7a5179
commit e31992ae7c
26 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ case "${BRANCH}" in
edge)
declare -g KERNEL_MAJOR_MINOR="6.16" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.16"
KERNELPATCHDIR="archive/sunxi-${KERNEL_MAJOR_MINOR}"
declare -g KERNELPATCHDIR="archive/sunxi-dev-${KERNEL_MAJOR_MINOR}"
;;
esac