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:
parent
2d2bf9920e
commit
428644e290
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_NAME:=luci-app-secubox-portal
|
||||||
LUCI_TITLE:=SecuBox Portal - Unified WebUI
|
LUCI_TITLE:=SecuBox Portal - Unified WebUI
|
||||||
LUCI_DESCRIPTION:=Unified entry point for all SecuBox applications with tabbed navigation
|
LUCI_DESCRIPTION:=Unified entry point for all SecuBox applications with tabbed navigation
|
||||||
LUCI_DEPENDS:=+luci-base +luci-theme-secubox
|
LUCI_DEPENDS:=+luci-base +luci-theme-secubox
|
||||||
|
|||||||
@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=luci-app-zigbee2mqtt
|
PKG_NAME:=luci-app-zigbee2mqtt
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2
|
||||||
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_ARCH:=all
|
PKG_ARCH:=all
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI Support for SecuBox Zigbee2MQTT App
|
LUCI_TITLE:=LuCI Support for SecuBox Zigbee2MQTT App
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user