From b5cee373463e8574de1e16e3386cf77edb94bd94 Mon Sep 17 00:00:00 2001 From: ZHANG Yuntian <95260730+RadxaYuntian@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:37:39 +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 ab69c53f..ba42d421 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 5ea5d8fa83bd1ba4f875f33c95550a3dbaa53e5b + git_source https://github.com/radxa/overlays.git 30261f3928264f5a7aff23629d181f8d121923d1 cp -r $SCRIPT_DIR/.src/overlays/arch $TARGET_DIR }