From d3acef94243ad917bdcd5a905afca2efd364dd30 Mon Sep 17 00:00:00 2001 From: douglarek Date: Sat, 9 Sep 2023 15:03:23 +0800 Subject: [PATCH] sing-box: ssr will be marked deprecated in 1.5.0 and removed entirely in 1.6.0 [skip ci] --- net/sing-box/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/sing-box/Makefile b/net/sing-box/Makefile index e5ae06ad02..19fe56f55c 100644 --- a/net/sing-box/Makefile +++ b/net/sing-box/Makefile @@ -100,6 +100,8 @@ define Package/sing-box/config config SING_BOX_BUILD_SHADOWSOCKSR bool "Build with ShadowsockR support" default y + help + It will be marked deprecated in 1.5.0 and removed entirely in 1.6.0. config SING_BOX_BUILD_UTLS bool "Build with uTLS support"