From b0cd99d409f38e1aafcd67fef85a95f913b8ffbd Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 03 Jan 2022 20:51:19 +0800 Subject: [PATCH] update imx6ull bsp tarball buid.sh fix 127.0.0.1 bug --- bsp/build.sh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/build.sh b/bsp/build.sh index ef7060d..2e9876f 100755 --- a/bsp/build.sh +++ b/bsp/build.sh @@ -7,8 +7,8 @@ CROSS_TOOL=/opt/buildroot/cortexA7/bin/arm-linux- # SYSTEM should be: buildroot, yocto or debian -# DISTRO should be: 2021.02, hardknott, buster or bullseye -# SYSNAME should be: buildroot, yocto, buster or bullseye +# DISTRO should be: 2021.02, hardknott, bullseye +# SYSNAME should be: buildroot, yocto, bullseye SYSTEM=buildroot DISTRO=2021.02 -- Gitblit v1.9.1