From 4490cd4efcd6e72a90bd9e8b5dd269169ac27eb1 Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:34:31 +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 702c99b7..ae97ad46 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 f991888f5566ea167c391547ac526112c6264b1e + git_source https://github.com/radxa/overlays.git bc4b448889733a8af4191079e7104774813688dc cp -r $SCRIPT_DIR/.src/overlays/arch $TARGET_DIR }