mirror of
https://github.com/openwrt/luci.git
synced 2025-09-12 00:50:05 +00:00
Adding LuCI web interface for csshnpd package Signed-off-by: Chris Swan <chris@atsign.com>
16 lines
354 B
Makefile
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
|