lede-packages-rs

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

Config.in (494B)


      1 menu "Configuration"
      2 	depends on PACKAGE_zerotier
      3 
      4 config ZEROTIER_ENABLE_DEBUG
      5 	bool "Build in debug mode"
      6 	depends on PACKAGE_zerotier
      7 	default n
      8 
      9 config ZEROTIER_ENABLE_PORTMAPPING
     10 	bool "Build with MiniUPnPc and NAT-PMP support"
     11 	depends on PACKAGE_zerotier
     12 	default n
     13 
     14 config ZEROTIER_ENABLE_CLUSTER
     15 	bool "Build with cluster support"
     16 	depends on PACKAGE_zerotier
     17 	default n
     18 
     19 config ZEROTIER_ENABLE_SELFTEST
     20 	bool "Build self test program"
     21 	depends on PACKAGE_zerotier
     22 	default n
     23 
     24 endmenu