- 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>
20 lines
521 B
Makefile
20 lines
521 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-secubox-admin
|
|
PKG_VERSION:=1.0.0
|
|
PKG_RELEASE:=17
|
|
PKG_LICENSE:=MIT
|
|
PKG_MAINTAINER:=CyberMind <contact@cybermind.fr>
|
|
PKG_ARCH:=all
|
|
|
|
LUCI_TITLE:=LuCI SecuBox Admin Control Center
|
|
LUCI_DEPENDS:=+luci-base +rpcd +secubox-core
|
|
LUCI_DESCRIPTION:=Unified admin control center for SecuBox appstore plugins with system monitoring
|
|
LUCI_PKGARCH:=all
|
|
|
|
# This is free software, licensed under the MIT License
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot
|