From 235b13fd3fe5fbf69e19218800c9cc4f8e0483d1 Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:36:19 +0800 Subject: [PATCH] linux: common: update overlays --- linux/.common/overlays.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/.common/overlays.sh b/linux/.common/overlays.sh index 071f0462..dd47d5bf 100644 --- a/linux/.common/overlays.sh +++ b/linux/.common/overlays.sh @@ -1,4 +1,4 @@ custom_source_action() { - git_source https://github.com/radxa/overlays.git 2ac9a75d098800d3038737ed48387d2a8db94355 + git_source https://github.com/radxa/overlays.git bfc6516f480ae8eb1ec516eafe3739cfd974c375 cp -r $SCRIPT_DIR/.src/overlays/arch $TARGET_DIR }