1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 04:14:01 +02:00
openwrt-packages/net/ocserv/Config.in
Nikos Mavrogiannopoulos f9f4ba7d1e ocserv: use freeradius-client library if radius support is requested
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-28 20:02:05 +02:00

27 lines
407 B
Plaintext

# ocserv avanced configuration
menu "Configuration"
depends on PACKAGE_ocserv
config OCSERV_PAM
bool "enable PAM"
default n
config OCSERV_SECCOMP
bool "enable seccomp"
default n
config OCSERV_RADIUS
bool "enable radius authentication"
default n
config OCSERV_PROTOBUF
bool "use external libprotobuf"
default y
config OCSERV_HTTP_PARSER
bool "use external libhttp-parser"
default y
endmenu