24 lines
449 B
Makefile
24 lines
449 B
Makefile
#
|
|
# Copyright 2020 Weizheng Li <lwz322@qq.com>
|
|
# Licensed to the public under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-frpserver
|
|
PKG_VERSION:=0.0.1
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_LICENSE:=MIT
|
|
PKG_LICENSE_FILES:=LICENSE
|
|
|
|
PKG_MAINTAINER:=Weizheng Li <lwz322@qq.com>
|
|
|
|
LUCI_TITLE:=LuCI support for Frps
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+openwrt-frps
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|