From feb96aa5dc5a36e5a3156341b3decfb253da7c4e Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 15 Nov 2025 02:35:44 +0800 Subject: [PATCH] rename iotd to lightd --- 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