diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 8a5396142d..bfd103f85a 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -21,17 +21,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.106" + declare -g KERNELBRANCH="tag:v5.15.107" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.23" + declare -g KERNELBRANCH="tag:v6.1.24" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.2.10" + declare -g KERNELBRANCH="tag:v6.2.11" ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 20aba0e3b9..a0343f9a2c 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -22,17 +22,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.106" + declare -g KERNELBRANCH="tag:v5.15.107" ;; current) declare -g KERNEL_MAJOR_MINOR="6.1" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.1.23" + declare -g KERNELBRANCH="tag:v6.1.24" ;; edge) declare -g KERNEL_MAJOR_MINOR="6.2" # Major and minor versions of this kernel. - declare -g KERNELBRANCH="tag:v6.2.10" + declare -g KERNELBRANCH="tag:v6.2.11" ;; esac diff --git a/patch/kernel/archive/mvebu-6.1/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch b/patch/kernel/archive/mvebu-6.1/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch.disabled similarity index 100% rename from patch/kernel/archive/mvebu-6.1/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch rename to patch/kernel/archive/mvebu-6.1/92-mvebu-gpio-remove-hardcoded-timer-assignment.patch.disabled