mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
16 lines
369 B
Makefile
16 lines
369 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 $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|