From 3aef5f3231b4b0d4f592a3185f10321e6ab72d9f Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 14 Dec 2019 17:55:47 +0800 Subject: [PATCH] luci-app-ssr-plus-jo: update --- README.md | 2 +- package/ctcgfw/luci-app-ssr-plus-jo/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 702f54445d..feec8c3481 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ luci-theme-argonv3 source: [jerrykuku/luci-theme-argon](https://github.com/jerry luci-theme-darkmatter source: [apollo-ng/luci-theme-darkmatter](https://github.com/apollo-ng/luci-theme-darkmatter).
luci-app-koolproxyR source: [Ameykyl/luci-app-koolproxyR](https://github.com/Ameykyl/luci-app-koolproxyR).
openwrt-chinadns-ng source: [pexcn/openwrt-chinadns-ng](https://github.com/pexcn/openwrt-chinadns-ng).
-luci-app-ssr-plus-jo source: [brokeld/luci-app-ssr-plus-jo](https://github.com/brokeld/luci-app-ssr-plus-jo).
+luci-app-ssr-plus-jo source: [Leo-Jo/luci-app-ssr-plus-jo](https://github.com/Leo-Jo/luci-app-ssr-plus-jo).
openwrt-udpspeeder source: [pexcn/openwrt-udpspeeder](https://github.com/pexcn/openwrt-udpspeeder).
luci-app-onliner source: [rufengsuixing/luci-app-onliner](https://github.com/rufengsuixing/luci-app-onliner).
luci-app-dockerman source: [lisaac/luci-app-dockerman](https://github.com/lisaac/luci-app-dockerman).
diff --git a/package/ctcgfw/luci-app-ssr-plus-jo/Makefile b/package/ctcgfw/luci-app-ssr-plus-jo/Makefile index ab7c1e73d5..224210b677 100644 --- a/package/ctcgfw/luci-app-ssr-plus-jo/Makefile +++ b/package/ctcgfw/luci-app-ssr-plus-jo/Makefile @@ -73,7 +73,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_privoxy default n config PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs - bool "simple-obfsl" + bool "simple-obfs-local" default n config PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server @@ -115,7 +115,7 @@ define Package/luci-app-ssr-plus-jo +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs:simple-obfs \ +PACKAGE_$(PKG_NAME)_INCLUDE_simple-obfs-server:simple-obfs-server \ +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-client:gq-client \ - +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server:gq-server \ + +PACKAGE_$(PKG_NAME)_INCLUDE_GoQuiet-server:gq-server \ +PACKAGE_$(PKG_NAME)_INCLUDE_v2ray-plugin:v2ray-plugin endef