1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/net/bwm-ng/Config.in
Julen Landa Alustiza 9ba792eb9a bwm-ng: import 0.6
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2014-12-18 13:03:25 +01:00

36 lines
556 B
Plaintext

# 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