6533b1e362
bmon can be built without ncurses support (needs a small patch though), so don't enforce it in kconfig. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
config BR2_PACKAGE_BMON
|
|
bool "bmon"
|
|
depends on BR2_INET_IPV6
|
|
help
|
|
Linux bandwidth monitor
|
|
|
|
comment "bmon requires a toolchain with IPv6 support"
|
|
depends on !BR2_INET_IPV6
|