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