Remove luci-ssl from default packages

This commit is contained in:
Daniel Pawlik
2024-06-13 20:41:01 +02:00
parent dbaea90091
commit 7549044678
7 changed files with 16 additions and 11 deletions

View File

@@ -87,7 +87,6 @@ CONFIG_LUCI_LANG_pl=y
####### REPLACE CRYPTOLIB #####
# Remove section and copy from config/common/ a cryptolib section that you need.
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_wpad-basic-mbedtls=m
CONFIG_PACKAGE_wpad-mbedtls=y
#######

View File

@@ -101,7 +101,6 @@ CONFIG_LUCI_LANG_pl=y
####### REPLACE CRYPTOLIB #####
# Remove section and copy from config/common/ a cryptolib section that you need.
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_wpad-basic-mbedtls=m
CONFIG_PACKAGE_wpad-mbedtls=y
#######

View File

@@ -1,4 +1,2 @@
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_wpad-basic-mbedtls=m
CONFIG_PACKAGE_wpad-mbedtls=y

View File

@@ -102,19 +102,16 @@ CONFIG_LUCI_LANG_pl=y
##### REPLACE CRYPTOLIB #####
# mbedtls - comment it when openssl or wolfssl enabled!
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_wpad-mbedtls=y
CONFIG_PACKAGE_wpad-basic-mbedtls=m
## replace mbedtls with openssl - remember to leave commented "is not set" !
#CONFIG_PACKAGE_luci-ssl-openssl=y
#CONFIG_PACKAGE_wpad-openssl=y
## CONFIG_PACKAGE_wpad-mbedtls is not set
## CONFIG_PACKAGE_wpad-basic-mbedtls is not set
## CONFIG_PACKAGE_wpad-basic-openssl is not set
## replace mbedtls with wolfssl - remember to leave commented "is not set" !
# CONFIG_PACKAGE_luci-ssl-wolfssl=y
# CONFIG_PACKAGE_wpad-wolfssl=y
## CONFIG_PACKAGE_wpad-mbedtls is not set
## CONFIG_PACKAGE_wpad-basic-mbedtls is not set

View File

@@ -1,6 +1,12 @@
#### replace mbedtls with openssl - remember to leave commented "is not set" !
CONFIG_PACKAGE_luci-ssl-openssl=y
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!
CONFIG_PACKAGE_wpad-openssl=y
CONFIG_PACKAGE_libustream-mbedtls=m
CONFIG_PACKAGE_libustream-openssl=y
# CONFIG_PACKAGE_wpad-mbedtls is not set
# CONFIG_PACKAGE_wpad-basic-mbedtls is not set
# CONFIG_PACKAGE_wpad-basic-openssl is not set
# CONFIG_LIBCURL_MBEDTLS is not set
CONFIG_LIBCURL_OPENSSL=y
CONFIG_LUA_ECO_OPENSSL=y
# CONFIG_LUA_ECO_MBEDTLS is not set
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!

View File

@@ -1,5 +1,12 @@
CONFIG_PACKAGE_luci-ssl-wolfssl=y
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!
CONFIG_PACKAGE_wpad-wolfssl=y
CONFIG_PACKAGE_libustream-mbedtls=m
CONFIG_PACKAGE_libustream-wolfssl=y
# CONFIG_PACKAGE_wpad-mbedtls is not set
# CONFIG_PACKAGE_wpad-basic-mbedtls is not set
# CONFIG_PACKAGE_wpad-basic-openssl is not set
# CONFIG_LIBCURL_MBEDTLS is not set
CONFIG_LIBCURL_WOLFSSL=y
CONFIG_LUA_ECO_WOLFSSL=y
# CONFIG_LUA_ECO_MBEDTLS is not set
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!

View File

@@ -24,7 +24,6 @@ CONFIG_PACKAGE_luci-mod-status=y
CONFIG_PACKAGE_luci-mod-system=y
CONFIG_PACKAGE_luci-proto-ipv6=y
CONFIG_PACKAGE_luci-proto-ppp=y
CONFIG_PACKAGE_luci-ssl=y
CONFIG_PACKAGE_luci-theme-bootstrap=y
CONFIG_PACKAGE_px5g-mbedtls=y
CONFIG_PACKAGE_rpcd=y