From 894137cedecc302f52a364b3600dc66735861208 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 18 Nov 2021 23:31:48 +0800 Subject: [PATCH] update uboot patch, add default network configure and bsys write kernel image support --- 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