mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Remove luci-ssl from default packages
This commit is contained in:
@@ -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
|
||||
#######
|
||||
|
||||
@@ -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
|
||||
#######
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
|
||||
CONFIG_PACKAGE_luci-ssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-mbedtls=m
|
||||
CONFIG_PACKAGE_wpad-mbedtls=y
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user