From ab2a78e53ebaadc42155c1da95531fa37235094b Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Mon, 29 Dec 2025 16:32:41 +0100 Subject: [PATCH] luci-app-mqtt-bridge: drop unused mqtt-client dep --- luci-app-mqtt-bridge/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-mqtt-bridge/Makefile b/luci-app-mqtt-bridge/Makefile index ae1d0069..3abb0c3d 100644 --- a/luci-app-mqtt-bridge/Makefile +++ b/luci-app-mqtt-bridge/Makefile @@ -2,13 +2,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-mqtt-bridge PKG_VERSION:=0.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind LUCI_TITLE:=SecuBox MQTT Bridge LUCI_DESCRIPTION:=USB-to-MQTT IoT hub with SecuBox theme -LUCI_DEPENDS:=+luci-base +luci-lib-jsonc +mqtt-client +libuci +LUCI_DEPENDS:=+luci-base +luci-lib-jsonc +libuci LUCI_PKGARCH:=all PKG_FILE_MODES:=/usr/libexec/rpcd/luci.mqtt-bridge:root:root:755