From b3c1b30aa515e5f72c1ca0ec8f1e561a65be8c25 Mon Sep 17 00:00:00 2001 From: rcooke-warwick Date: Tue, 4 Jun 2024 13:19:40 +0100 Subject: [PATCH] debug: update git ref to 8812au driver Change-type: patch Signed-off-by: Ryan Cooke --- .../recipes-kernel/rtl8812au/rtl8812au_5.1.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/meta-balena-genericx86/recipes-kernel/rtl8812au/rtl8812au_5.1.5.bb b/layers/meta-balena-genericx86/recipes-kernel/rtl8812au/rtl8812au_5.1.5.bb index a6a3e07e4..f687eecfc 100644 --- a/layers/meta-balena-genericx86/recipes-kernel/rtl8812au/rtl8812au_5.1.5.bb +++ b/layers/meta-balena-genericx86/recipes-kernel/rtl8812au/rtl8812au_5.1.5.bb @@ -6,11 +6,11 @@ MODULES_INSTALL_TARGET = "modules" inherit module SRC_URI = " \ - git://git@github.com/morrownr/8812au-20210629.git;protocol=https;branch=main \ + git://git@github.com/morrownr/8812au-20210820.git;protocol=https;branch=main \ " # Latest head as of today, compatible with kernel 5.15 -SRCREV = "a8450b030a187b71d6be147d004715e6858e0ef9" +SRCREV = "b350eb84be9808a6748c81711c187e205889e968" S = "${WORKDIR}/git" EXTRA_OEMAKE:append = " KSRC=${STAGING_KERNEL_DIR}"