Update sunxi and kernel configs

This commit is contained in:
Igor 2023-03-28 15:41:14 +02:00 committed by Igor Pečovnik
parent 765ff69c6e
commit 577d0eaa28
6 changed files with 7 additions and 5879 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.1.20 Kernel Configuration
# Linux/arm 6.1.21 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="arm-linux-gnueabihf-gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0"
CONFIG_CC_IS_GCC=y

View File

@ -21,17 +21,17 @@ case $BRANCH in
legacy)
export KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
export KERNELBRANCH="tag:v5.15.103"
export KERNELBRANCH="tag:v5.15.104"
;;
current)
export KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
export KERNELBRANCH="tag:v6.1.20"
export KERNELBRANCH="tag:v6.1.21"
;;
edge)
export KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
export KERNELBRANCH="tag:v6.2.7"
export KERNELBRANCH="tag:v6.2.8"
;;
esac

View File

@ -22,17 +22,17 @@ case $BRANCH in
legacy)
export KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel.
export KERNELBRANCH="tag:v5.15.103"
export KERNELBRANCH="tag:v5.15.104"
;;
current)
export KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel.
export KERNELBRANCH="tag:v6.1.20"
export KERNELBRANCH="tag:v6.1.21"
;;
edge)
export KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel.
export KERNELBRANCH="tag:v6.2.7"
export KERNELBRANCH="tag:v6.2.8"
;;
esac