aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/Config.in
blob: 6f64eb53bdd3ce14168fe0dcb6dfc8a5548f3914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_IPROUTE2
	bool
	depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
	default n

config BR2_PACKAGE_IPROUTE2_IP
	tristate "iproute2 routing control (ip)"
	default m
	select BR2_PACKAGE_IPROUTE2

config BR2_PACKAGE_IPROUTE2_TC
	tristate "iproute2 traffic control (tc)"
	default m
	select BR2_PACKAGE_IPROUTE2
	select BR2_PACKAGE_KMOD_SCHED