lede-packages-rs

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

Config.in (1029B)


      1 	config NUT_SSL
      2 		depends on PACKAGE_nut
      3 		bool "Build with support for OpenSSL"
      4 		help
      5 			SSL allows sessions between upsd and clients to be encrypted and can
      6 			also be used to authenticate servers. This means that stealing port
      7 			3493 from upsd will no longer net you interesting passwords. SSL is
      8 			available via OpenSSL on OpenWRT (NSS doesn't seem to work). If you
      9 			are happy with using passwords to authenticate clients, you can save
     10 			some space and build NUT without SSL support.
     11 		default n
     12 	
     13 	config NUT_DRIVER_USB
     14 		depends on PACKAGE_nut
     15 		bool "Build with support for USB drivers"
     16 		help
     17 			If you have a UPS connected via USB, select this.
     18 		default y
     19 	
     20 	config NUT_DRIVER_SNMP
     21 		depends on PACKAGE_nut
     22 		bool "Build with support for SNMP drivers"
     23 		help
     24 			If you have a UPS you can connect to via SNMP, select this.
     25 		default n
     26 
     27 	config NUT_DRIVER_SERIAL
     28 		depends on PACKAGE_nut
     29 		bool "Build with suport for serial drivers"
     30 		help
     31 			If you have a UPS connected via serial cable, select this.
     32 		default n