0
0
mirror of https://github.com/openwrt/luci.git synced 2025-09-12 00:50:05 +00:00
Files
Chris Swan 834b5d06e3 luci-app-csshnpd: Add new package
Adding LuCI web interface for csshnpd package

Signed-off-by: Chris Swan <chris@atsign.com>
2025-07-08 00:17:44 +02:00

16 lines
354 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-csshnpd
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Chris Swan <chris@atsign.com>
PKG_RELEASE:=1
LUCI_TITLE:=NoPorts Web UI
LUCI_DESCRIPTION:=LuCI config app for NoPorts daemon (csshnpd)
LUCI_DEPENDS:=+luci-base +csshnpd
LUCI_PKGARCH:=all
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature