mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 14:50:21 +04:00
4c8cd49f70
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
13 lines
271 B
Makefile
13 lines
271 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
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|