From 4b7670eebe6019ff16b23f30edcbd544e563dc97 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Wed, 6 Aug 2025 12:50:20 +0800 Subject: [PATCH] update 2025-08-06 12:50:20 --- luci-app-passwall/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index 15937c631..b2c36e629 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -128,7 +128,8 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadow_TLS config PACKAGE_$(PKG_NAME)_INCLUDE_Simple_Obfs bool "Include Simple-Obfs (Shadowsocks Plugin)" - select PACKAGE_simple-obfs + select PACKAGE_simple-obfs-client if PACKAGE_simple-obfs-client + select PACKAGE_simple-obfs if PACKAGE_simple-obfs default y config PACKAGE_$(PKG_NAME)_INCLUDE_SingBox