diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index ccfedd929a..461d2beaba 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -31,12 +31,12 @@ case $BRANCH in current) declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.12.64" + declare -g KERNELBRANCH="tag:v6.12.65" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.18.4" + declare -g KERNELBRANCH="tag:v6.18.5" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 64721d0bc8..b5049cd999 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -32,12 +32,12 @@ case $BRANCH in current) declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.12.64" + declare -g KERNELBRANCH="tag:v6.12.65" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.18" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.18.4" + declare -g KERNELBRANCH="tag:v6.18.5" ;; esac