diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 295675b3b5..04d00f1aa7 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -24,17 +24,17 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.130" + declare -g KERNELBRANCH="tag:v5.15.131" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.51" + declare -g KERNELBRANCH="tag:v6.1.52" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.5.1" + declare -g KERNELBRANCH="tag:v6.5.2" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 054f5bcef5..58d5f303f6 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -25,17 +25,17 @@ case $BRANCH in legacy) declare -g KERNEL_MAJOR_MINOR="5.15" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v5.15.130" + declare -g KERNELBRANCH="tag:v5.15.131" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.51" + declare -g KERNELBRANCH="tag:v6.1.52" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.5" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.5.1" + declare -g KERNELBRANCH="tag:v6.5.2" ;; esac