sunxi64: Switching CURRENT to v6.12.19, LEGACY to v6.6.75

kernel config by simple copying:
cp linux-sunxi64-current.config linux-sunxi64-legacy.config
cp linux-sunxi64-edge.config linux-sunxi64-current.config

cp linux-sunxi-current.config linux-sunxi-legacy.config
cp linux-sunxi-edge.config linux-sunxi-current.config
This commit is contained in:
The-going
2025-03-21 21:53:02 +03:00
committed by Igor
parent 1177443baf
commit 332d300fd8
6 changed files with 753 additions and 159 deletions

View File

@@ -25,13 +25,13 @@ source "${BASH_SOURCE%/*}/crust_firmware.inc"
case $BRANCH in
legacy)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.104"
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6.75" # frozen on this version
;;
current)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6.75"
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.12.19"
;;
edge)

View File

@@ -26,13 +26,13 @@ source "${BASH_SOURCE%/*}/crust_firmware.inc"
case $BRANCH in
legacy)
declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.1.104"
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6.75" # frozen on this version
;;
current)
declare -g KERNEL_MAJOR_MINOR="6.6" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.6.75"
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.12.19"
;;
edge)