You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
206 B

10 years ago
10 years ago
  1. # ocserv avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_ocserv
  4. config OCSERV_PAM
  5. bool "enable PAM"
  6. default n
  7. config OCSERV_PROTOBUF
  8. bool "use external libprotobuf"
  9. default y
  10. endmenu