941963d258
Fixes http://autobuild.buildroot.net/results/673b0e9a1ba75123ba2c59df8ad81550170fffef Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
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
|