mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
14 lines
325 B
Makefile
14 lines
325 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for frp client
|
|
LUCI_DEPENDS:=+luci-base +frpc
|
|
LUCI_EXTRA_DEPENDS:=frpc (>=0.71.0-r2)
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|