blob: 667788bc0a16ec544f0352c8e84dfe85b6e1b398 (
plain)
| 1
2
3
4
5
6
7
8
9
 | config BR2_PACKAGE_BMON
	bool "bmon"
	depends on BR2_INET_IPV6
	select BR2_PACKAGE_NCURSES
	help
	  Linux bandwidth monitor
comment "bmon requires a toolchain with IPv6 support"
	depends on !BR2_INET_IPV6
 |