blob: 61d72f0b45a696db17436a0f475dddda96f6d15f (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_BMON
bool "bmon"
depends on BR2_INET_IPV6
depends on BR2_USE_MMU # fork()
help
Linux bandwidth monitor
comment "bmon requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6
|