mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user