From 9109d4897c79638b4929b5b5a94cb3053098b456 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 1 Jan 2026 23:04:46 +0100 Subject: [PATCH] genio: Collabora's kernel is at 6.19-rc1; use SHA1 instead of branch - so it does not keep changing beneath us as happened with 6.18 -> 6.19 --- config/sources/families/genio.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sources/families/genio.conf b/config/sources/families/genio.conf index 5aa9d430fc..23836b9664 100644 --- a/config/sources/families/genio.conf +++ b/config/sources/families/genio.conf @@ -15,10 +15,10 @@ case $BRANCH in collabora) declare -g LINUXCONFIG="linux-genio-$BRANCH" - declare -g KERNEL_MAJOR_MINOR="6.18" + declare -g KERNEL_MAJOR_MINOR="6.19" declare -g KERNELPATCHDIR='genio-1200-collabora' declare -g KERNELSOURCE='https://gitlab.collabora.com/mediatek/aiot/linux.git' - declare -g KERNELBRANCH='branch:mediatek-next' + declare -g KERNELBRANCH='commit:b7e86fc6ee5313dc9ad6685b1ec8813c500ee464' # from 'branch:mediatek-next' declare -g EXTRAWIFI="no" ;;