From ccc4d4fdbe35a3362b6a5faa7263c44cac481fb9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sun, 14 Nov 2021 23:05:03 +0800 Subject: [PATCH] update linux patch and buils shell script, LCD driver works now --- tools/lintools/buildroot/buildroot.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/tools/lintools/buildroot/buildroot.sh b/tools/lintools/buildroot/buildroot.sh index 79bd705..1dad0ef 100755 --- a/tools/lintools/buildroot/buildroot.sh +++ b/tools/lintools/buildroot/buildroot.sh @@ -112,7 +112,10 @@ exit ; fi + echo "" + echo "" echo " Switch work space to \"$WORK_SPACE\" " + echo "" mkdir -p $WORK_SPACE cd $WORK_SPACE } -- Gitblit v1.9.1