OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 6... Line 6...
6   6  
7 config OPENVPN_mbedtls_ENABLE_LZ4 7 config OPENVPN_mbedtls_ENABLE_LZ4
8 bool "Enable LZ4 compression support" 8 bool "Enable LZ4 compression support"
Line -... Line 9...
-   9 default y
-   10  
-   11 config OPENVPN_mbedtls_ENABLE_X509_ALT_USERNAME
-   12 bool "Enable the --x509-username-field feature"
9 default y 13 default n
10   14  
11 config OPENVPN_mbedtls_ENABLE_SERVER 15 config OPENVPN_mbedtls_ENABLE_SERVER
Line 12... Line 16...
12 bool "Enable server support (otherwise only client mode is support)" 16 bool "Enable server support (otherwise only client mode is support)"
Line 22... Line 26...
22   26  
23 #config OPENVPN_mbedtls_ENABLE_PKCS11 27 #config OPENVPN_mbedtls_ENABLE_PKCS11
24 # bool "Enable pkcs11 support" 28 # bool "Enable pkcs11 support"
Line -... Line 29...
-   29 # default n
-   30  
-   31 config OPENVPN_mbedtls_ENABLE_HTTP
-   32 bool "Enable HTTP proxy support"
-   33 default y
-   34  
-   35 config OPENVPN_mbedtls_ENABLE_SOCKS
-   36 bool "Enable SOCKS proxy support"
25 # default n 37 default y
26   38  
27 config OPENVPN_mbedtls_ENABLE_FRAGMENT 39 config OPENVPN_mbedtls_ENABLE_FRAGMENT
Line 28... Line 40...
28 bool "Enable internal fragmentation support (--fragment)" 40 bool "Enable internal fragmentation support (--fragment)"