mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:21:46 +08:00
15 lines
237 B
Plaintext
15 lines
237 B
Plaintext
# FreeRADIUS avanced configuration
|
|
|
|
choice
|
|
prompt "SSL library"
|
|
default FREERADIUS3_OPENSSL
|
|
depends on PACKAGE_freeradius3-common
|
|
|
|
config FREERADIUS3_NOSSL
|
|
bool "No SSL support"
|
|
|
|
config FREERADIUS3_OPENSSL
|
|
bool "OpenSSL"
|
|
|
|
endchoice
|