summaryrefslogtreecommitdiffstats
path: root/package/iproute2/Config.in
blob: 8ffe739510de53ad94422f658a3fc0e26a7b7938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_IPROUTE2
	tristate
	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