mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
Merge Lean's source
This commit is contained in:
parent
656f70f2bc
commit
e07f715257
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-ssr-plus
|
PKG_NAME:=luci-app-ssr-plus
|
||||||
PKG_VERSION:=149
|
PKG_VERSION:=150
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks
|
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks
|
||||||
bool "Include Socks Sever"
|
bool "Include Socks Sever"
|
||||||
default y
|
default n
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/$(PKG_NAME)
|
||||||
@ -111,7 +111,7 @@ define Package/$(PKG_NAME)/install
|
|||||||
$(INSTALL_DATA) ./luasrc/view/shadowsocksr/* $(1)/usr/lib/lua/luci/view/shadowsocksr/
|
$(INSTALL_DATA) ./luasrc/view/shadowsocksr/* $(1)/usr/lib/lua/luci/view/shadowsocksr/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
|
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
|
||||||
po2lmo ./po/zh_Hans/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo
|
po2lmo ./po/zh-cn/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/postinst
|
define Package/$(PKG_NAME)/postinst
|
||||||
|
@ -398,7 +398,7 @@ msgid "Anti-pollution DNS Server"
|
|||||||
msgstr "访问国外域名DNS服务器"
|
msgstr "访问国外域名DNS服务器"
|
||||||
|
|
||||||
msgid "Custom DNS Server format as IP:PORT (default: 8.8.4.4:53)"
|
msgid "Custom DNS Server format as IP:PORT (default: 8.8.4.4:53)"
|
||||||
msgstr "自定义国外域名DNS服务器,格式为 IP:PORT (默认: 8.8.4.4:53)。可自定义DNS用于 Netflix 解锁等"
|
msgstr "自定义国外域名DNS服务器,格式为 IP:PORT (默认: 8.8.4.4:53)"
|
||||||
|
|
||||||
msgid "Use Pdnsd tcp query and cache"
|
msgid "Use Pdnsd tcp query and cache"
|
||||||
msgstr "使用PDNSD TCP查询并缓存"
|
msgstr "使用PDNSD TCP查询并缓存"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user