Update some patch for uadk from mainline. To get more infomation, please visit the homepage: https://github.com/Linaro/uadk Signed-off-by: Yang Shen <shenyang39@huawei.com>
20 lines
513 B
Diff
20 lines
513 B
Diff
From f9f3fc6a1de8e20680ef4c5c0efd98c7d503b87b Mon Sep 17 00:00:00 2001
|
|
From: Haojian Zhuang <haojian.zhuang@linaro.org>
|
|
Date: Wed, 23 Feb 2022 15:36:10 +0800
|
|
Subject: [PATCH 74/76] uadk: update file permission on cleanup
|
|
|
|
Set execution permission on cleanup.sh.
|
|
|
|
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
|
|
---
|
|
cleanup.sh | 0
|
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
|
mode change 100644 => 100755 cleanup.sh
|
|
|
|
diff --git a/cleanup.sh b/cleanup.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
--
|
|
2.25.1
|
|
|