luci-app-ssr-plus: add title

This commit is contained in:
CN_SZTL 2020-02-09 02:14:47 +08:00
parent 4a24a1cc21
commit 3fdcd4a169
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
PKG_RELEASE:=136
PKG_VERSION:=2
PKG_RELEASE:=137
PKG_VERSION:=1
include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/luci/luci.mk
@ -41,5 +41,6 @@ LUCI_DEPENDS:=+shadowsocksr-libev-alt +ipset +ip-full +iptables-mod-tproxy +dnsm
+PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun-client \
+PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server:shadowsocksr-libev-server \
+PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks:shadowsocksr-libev-ssr-local
LUCI_TITLE:=SS/SSR/V2Ray/Trojan LuCI interface
$(eval $(call BuildPackage,$(PKG_NAME)))