- luci-app-auth-guardian: r3 - luci-app-glances: r2 - luci-app-localai: r10 - luci-app-magicmirror2: r6 - luci-app-mitmproxy: r6 - luci-app-mmpm: r3 - luci-app-mqtt-bridge: r4 - luci-app-ndpid: r2 - luci-app-network-modes: r3 - luci-app-secubox-admin: r17 - luci-app-secubox-portal: r7 - luci-app-wireguard-dashboard: r2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
461 B
Makefile
19 lines
461 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-mqtt-bridge
|
|
PKG_VERSION:=0.4.0
|
|
PKG_RELEASE:=4
|
|
PKG_ARCH:=all
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
|
|
|
LUCI_TITLE:=SecuBox MQTT Bridge
|
|
LUCI_DESCRIPTION:=USB-to-MQTT IoT hub with SecuBox theme
|
|
LUCI_DEPENDS:=+luci-base +luci-lib-jsonc +libuci
|
|
LUCI_PKGARCH:=all
|
|
PKG_FILE_MODES:=/usr/libexec/rpcd/luci.mqtt-bridge:root:root:755
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage
|