mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
Also bump to version 2.2.5 and add myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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
|