Bump sunxi kernels (#4381)

This commit is contained in:
Igor Pečovnik 2022-11-05 08:16:26 +01:00 committed by GitHub
parent ba10622c32
commit ab5fc1bfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.0.5 Kernel Configuration
# Linux/arm 6.0.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0"
CONFIG_CC_IS_GCC=y

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.0.5 Kernel Configuration
# Linux/arm64 6.0.7 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0"
CONFIG_CC_IS_GCC=y
@ -480,6 +480,7 @@ CONFIG_ARM64_MODULE_PLTS=y
# CONFIG_ARM64_PSEUDO_NMI is not set
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_RANDOMIZE_MODULE_REGION_FULL=y
CONFIG_ARCH_NR_GPIO=0
# end of Kernel Features

View File

@ -18,12 +18,12 @@ case $BRANCH in
current)
KERNEL_VERSION_LEVEL="5.15"
KERNELSWITCHOBJ="tag=v5.15.76"
KERNELSWITCHOBJ="tag=v5.15.77"
;;
edge)
KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0}
KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.6'}
KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.7'}
;;
esac

View File

@ -18,11 +18,11 @@ case $BRANCH in
;;
current)
KERNEL_VERSION_LEVEL="5.15"
KERNELSWITCHOBJ="tag=v5.15.76"
KERNELSWITCHOBJ="tag=v5.15.77"
;;
edge)
KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0}
KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.6'}
KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.7'}
;;
esac