11 lines
149 B
Plaintext
11 lines
149 B
Plaintext
|
# radcli avanced configuration
|
||
|
|
||
|
menu "Configuration"
|
||
|
depends on PACKAGE_libradcli
|
||
|
|
||
|
config RADCLI_TLS
|
||
|
bool "enable TLS support"
|
||
|
default y
|
||
|
|
||
|
endmenu
|