mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 15:36:19 +04:00
15 lines
206 B
Plaintext
15 lines
206 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 n
|
|
|
|
endmenu
|