diff --git a/config/sources/families/include/sunxi64_common.inc b/config/sources/families/include/sunxi64_common.inc index 5c9561c90d..5e35149452 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.85" + KERNELSWITCHOBJ="tag=v5.15.86" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.1} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.1'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.2'} ;; esac diff --git a/config/sources/families/include/sunxi_common.inc b/config/sources/families/include/sunxi_common.inc index 756663eb46..6e45bea33c 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.85" + KERNELSWITCHOBJ="tag=v5.15.86" ;; edge) KERNEL_VERSION_LEVEL=${KERNEL_VERSION_LEVEL:-6.1} - KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.1'} + KERNELSWITCHOBJ=${KERNELSWITCHOBJ:-'tag=v6.1.2'} ;; esac