From 25357e253f1ed00dc8911d8d76c6247daf6880c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 29 Oct 2022 17:51:02 +0200 Subject: [PATCH] Bump sunxi kernels to latest (#4366) --- config/sources/families/include/sunxi64_common.inc | 4 ++-- config/sources/families/include/sunxi_common.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 9fd54b17bb..33aaf5195d 100644 --- a/config/sources/families/include/sunxi64_common.inc +++ b/config/sources/families/include/sunxi64_common.inc @@ -18,12 +18,12 @@ case $BRANCH in current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.75" + KERNELSWITCHOBJ="tag=v5.15.76" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.5'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.6'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 4e02e84ab2..c6660cbc9c 100644 --- a/config/sources/families/include/sunxi_common.inc +++ b/config/sources/families/include/sunxi_common.inc @@ -18,11 +18,11 @@ case $BRANCH in ;; current) KERNEL_VERSION_LEVEL="5.15" - KERNELSWITCHOBJ="tag=v5.15.75" + KERNELSWITCHOBJ="tag=v5.15.76" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.0} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.5'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.0.6'} ;; esac