2009-07-26 22:03:15 +02:00
|
|
|
config BR2_PACKAGE_BMON
|
|
|
|
bool "bmon"
|
2010-05-26 08:59:46 +02:00
|
|
|
depends on BR2_INET_IPV6
|
2012-12-09 05:13:27 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2009-07-26 22:03:15 +02:00
|
|
|
help
|
|
|
|
Linux bandwidth monitor
|
2010-05-26 08:59:46 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "bmon needs a toolchain w/ IPv6"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2010-05-26 08:59:46 +02:00
|
|
|
depends on !BR2_INET_IPV6
|