summaryrefslogtreecommitdiffstats
path: root/package/bmon/Config.in
blob: 9f0dfa79f3f3a37d1d823fc1536b6e971edc7727 (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_BMON
	bool "bmon"
	depends on BR2_INET_IPV6
	depends on BR2_USE_MMU # fork()
	help
	  Linux bandwidth monitor

comment "bmon needs a toolchain w/ IPv6"
	depends on BR2_USE_MMU
	depends on !BR2_INET_IPV6