bwm-ng: import 0.6

Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
This commit is contained in:
Julen Landa Alustiza
2014-12-18 13:03:25 +01:00
parent 912744785b
commit 9ba792eb9a
2 changed files with 98 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# bwm-ng advanced configuration
menu "Configuration"
depends on PACKAGE_bwm-ng
config BWMNG_CONFIGFILE
bool "enable configfile support"
default n
config BWMNG_HTML
bool "enable html output"
default n
config BWMNG_CSV
bool "enable csv output"
default n
config BWMNG_EXTENDEDSTATS
bool "enable max, sum and avg stats"
default y
config BWMNG_LIBNCURSES
bool "enable libncurses support"
default n
config BWMNG_TIME
bool "enable accurate time calculating"
default y
config BWMNG_GETOPT_LONG
bool "enable long options"
default n
endmenu