85fa18421a587f62137f4f5c5d3fc9ea4b737beb
[openwrt.git] / package / iproute2 / Config.in
1 menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control"
2
3 config BR2_COMPILE_IPROUTE2
4 bool
5 default n
6 depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
7
8 config BR2_PACKAGE_IP
9 prompt "ip.............................. A routing control utility"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_IPROUTE2
13
14 config BR2_PACKAGE_TC
15 prompt "tc.............................. A traffic control utility"
16 tristate
17 default m if CONFIG_DEVEL
18 select BR2_COMPILE_IPROUTE2
19 select BR2_PACKAGE_KMOD_SCHED
20
21 endmenu
This page took 0.050981 seconds and 3 git commands to generate.