mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 16:17:36 +04:00
19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
# ocserv avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_ocserv
|
|
|
|
config OCSERV_PAM
|
|
bool "enable PAM"
|
|
default n
|
|
|
|
config OCSERV_PROTOBUF
|
|
bool "use external libprotobuf"
|
|
default y
|
|
|
|
config OCSERV_HTTP_PARSER
|
|
bool "use external libhttp-parser"
|
|
default y
|
|
|
|
endmenu
|