Browse Source

fix config PACKAGE_$(PKG_NAME)_INCLUDE_libustream-mbedtls

acooler15 4 years ago
parent
commit
9d1d1b3930
1 changed files with 2 additions and 2 deletions
  1. 2 2
      luci-app-ssr-plus/Makefile

+ 2 - 2
luci-app-ssr-plus/Makefile

@@ -57,8 +57,8 @@ menu "Include libustream-ssl"
 		select PACKAGE_libustream-openssl
 
 	config PACKAGE_$(PKG_NAME)_INCLUDE_libustream-mbedtls
-		depends Include !(PACKAGE_$(PKG_NAME)_INCLUDE_libustream-wolfssl || PACKAGE_$(PKG_NAME)_INCLUDE_libustream-openssl)
-		bool "Use libustream-mbedtls"
+		depends on !(PACKAGE_$(PKG_NAME)_INCLUDE_libustream-wolfssl || PACKAGE_$(PKG_NAME)_INCLUDE_libustream-openssl)
+		bool "Include libustream-mbedtls"
 		default y if DEFAULT_libustream-mbedtls
 		select PACKAGE_libustream-mbedtls