lede-packages-rs

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

Config.in (556B)


      1 # bwm-ng advanced configuration
      2 
      3 menu "Configuration"
      4 	depends on PACKAGE_bwm-ng
      5 
      6 config BWMNG_CONFIGFILE
      7 	bool "enable configfile support"
      8 	default n
      9 
     10 config BWMNG_HTML
     11 	bool "enable html output"
     12 	default n
     13 
     14 config BWMNG_CSV
     15 	bool "enable csv output"
     16 	default n
     17 
     18 config BWMNG_EXTENDEDSTATS
     19 	bool "enable max, sum and avg stats"
     20 	default y
     21 
     22 config BWMNG_LIBNCURSES
     23 	bool "enable libncurses support"
     24 	default n
     25 
     26 config BWMNG_TIME
     27 	bool "enable accurate time calculating"
     28 	default y
     29 
     30 config BWMNG_GETOPT_LONG
     31 	bool "enable long options"
     32 	default n
     33 
     34 endmenu
     35