From 7ebe2869de802252d260dcd571fbcd74d0c50a70 Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian Date: Tue, 31 Dec 2024 14:23:38 +0800 Subject: [PATCH] chore: update overlays Signed-off-by: ZHANG Yuntian --- 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 9f747589..2b394a61 100644 --- a/linux/.common/overlays.sh +++ b/linux/.common/overlays.sh @@ -1,4 +1,4 @@ custom_source_action() { - git_source https://github.com/radxa-pkg/radxa-overlays.git 04de4cab2c5eba53cb2caff940b78822dac50ab5 + git_source https://github.com/radxa-pkg/radxa-overlays.git 743daac2a48a66d74bbd2f9a9450907e91c7b6a8 cp -r $SCRIPT_DIR/.src/radxa-overlays/arch $TARGET_DIR }