change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt-10.03/.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         tristate
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