From 588586f0f3086ee157ad78843b16339bdbdfa7f1 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 25 Nov 2021 23:47:44 +0800 Subject: [PATCH] update top build shell script --- bsp/images/build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bsp/images/build.sh b/bsp/images/build.sh index b66b133..fa49f9d 100755 --- a/bsp/images/build.sh +++ b/bsp/images/build.sh @@ -25,7 +25,7 @@ BOARD=imx6ull # rootfs should be buildroot or stretch/buster/bullseye for debian system -ROOTFS=buildroot +ROOTFS=buster # linux kernel tarball path and branch TAR_PATH=${PRJ_PATH}/../tarball -- Gitblit v1.9.1