From c7906abe2d1a97b7f51e96f6dda05559fa2dfaaa Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 22 Aug 2023 10:03:26 +0800
Subject: [PATCH] Update debian build shell script, add ntp support
---
tools/setup_tools.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/setup_tools.sh b/tools/setup_tools.sh
index 176b9ec..a8fcce7 100755
--- a/tools/setup_tools.sh
+++ b/tools/setup_tools.sh
@@ -98,7 +98,7 @@
install_buildroot()
{
- BUILDROOT_VER=gcc-10.4-aarch32-v2023.02
+ BUILDROOT_VER=gcc-10.4-armhf-v2023.02
BUILDROOT_TAR=buildroot-${BUILDROOT_VER}.tar.xz
INST_PATH=/opt/buildroot/
--
Gitblit v1.9.1