lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (407B)


      1 # ocserv avanced configuration
      2 
      3 menu "Configuration"
      4 	depends on PACKAGE_ocserv
      5 
      6 config OCSERV_PAM
      7 	bool "enable PAM"
      8 	default n
      9 
     10 config OCSERV_SECCOMP
     11 	bool "enable seccomp"
     12 	default n
     13 
     14 config OCSERV_RADIUS
     15 	bool "enable radius authentication"
     16 	default n
     17 
     18 config OCSERV_PROTOBUF
     19 	bool "use external libprotobuf"
     20 	default y
     21 
     22 config OCSERV_HTTP_PARSER
     23 	bool "use external libhttp-parser"
     24 	default y
     25 
     26 endmenu