d4626d6048
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39790 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
# FreeRADIUS avanced configuration
|
|
|
|
choice
|
|
prompt "SSL library"
|
|
default FREERADIUS_OPENSSL
|
|
depends on PACKAGE_freeradius2-common
|
|
|
|
config FREERADIUS_NOSSL
|
|
bool "No SSL support"
|
|
|
|
config FREERADIUS_OPENSSL
|
|
bool "OpenSSL"
|
|
|
|
endchoice
|