|
@@ -27,6 +27,12 @@ config BR2_PACKAGE_OPENVPN_SMALL
|
|
You loose eurephia, debugging info, help messages and more.
|
|
You loose eurephia, debugging info, help messages and more.
|
|
It saves around 100 KiB in binary file size.
|
|
It saves around 100 KiB in binary file size.
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_OPENVPN_PWSAVE
|
|
|
|
+ bool "Allow passwords in files"
|
|
|
|
+ help
|
|
|
|
+ Allow --askpass and --auth-user-pass passwords to be read
|
|
|
|
+ from a file.
|
|
|
|
+
|
|
choice
|
|
choice
|
|
prompt "Crypto backend"
|
|
prompt "Crypto backend"
|
|
default BR2_PACKAGE_OPENVPN_CRYPTO_OPENSSL
|
|
default BR2_PACKAGE_OPENVPN_CRYPTO_OPENSSL
|