fix: Add missing PKG_NAME and PKG_LICENSE in Makefiles

- Add PKG_NAME to luci-app-secubox-portal Makefile
- Add PKG_LICENSE to luci-app-zigbee2mqtt Makefile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-09 14:56:30 +01:00
parent 2d2bf9920e
commit 428644e290
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-secubox-portal
LUCI_TITLE:=SecuBox Portal - Unified WebUI
LUCI_DESCRIPTION:=Unified entry point for all SecuBox applications with tabbed navigation
LUCI_DEPENDS:=+luci-base +luci-theme-secubox

View File

@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-zigbee2mqtt
PKG_VERSION:=1.0.0
PKG_RELEASE:=2
PKG_LICENSE:=GPL-3.0-or-later
PKG_ARCH:=all
LUCI_TITLE:=LuCI Support for SecuBox Zigbee2MQTT App