Update sunxi and kernel configs
This commit is contained in:
parent
765ff69c6e
commit
577d0eaa28
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
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user