From 4bb23da006f050c6014156c9aab675f37dda906a Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 15 Nov 2025 01:48:22 +0800 Subject: [PATCH] update thingsboard and test okay --- project/thingsboard/makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/project/mosquitto/makefile b/project/thingsboard/makefile similarity index 98% rename from project/mosquitto/makefile rename to project/thingsboard/makefile index c716ebb..796bb6c 100644 --- a/project/mosquitto/makefile +++ b/project/thingsboard/makefile @@ -12,7 +12,7 @@ #******************************************************************************* PRJ_PATH=$(shell pwd) -APP_NAME = mqttd +APP_NAME = thingsboard BUILD_ARCH=$(shell uname -m) ifneq ($(findstring $(BUILD_ARCH), "x86_64" "i386"),) -- Gitblit v1.9.1