include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox-admin PKG_VERSION:=1.0.0 PKG_RELEASE:=19 PKG_LICENSE:=MIT PKG_MAINTAINER:=CyberMind PKG_ARCH:=all # Prevent automatic libc dependency - pure JS/JSON LuCI app PKG_FLAGS:=nonshared LUCI_TITLE:=LuCI SecuBox Admin Control Center # No deps - luci-base/rpcd/secubox-core are already on the system, declaring causes libc conflicts LUCI_DEPENDS:= 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