From 41778ea6678390970804459d459fbca1b4ee501b Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 8 Sep 2022 20:18:20 +0200 Subject: [PATCH] Bump sunxi to latest kernels --- 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 883bc8c0f2..55100e1fdc 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.65" + KERNELSWITCHOBJ="tag=v5.15.67" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.19} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.7'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.8'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 616756ec3e..95c282b9a9 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.65" + KERNELSWITCHOBJ="tag=v5.15.67" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-5.19} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.7'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v5.19.8'} ;; esac