From de5d76c92c0fcfe2a91d69a27c636530d94ec74b Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:58:02 +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 dd47d5bf..e7719949 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 bfc6516f480ae8eb1ec516eafe3739cfd974c375 + git_source https://github.com/radxa/overlays.git 06383f2ffa49e1eb93538bb936580b2150a7ddfe cp -r $SCRIPT_DIR/.src/overlays/arch $TARGET_DIR }