source: freewrt/package/iproute2/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 591 bytes
RevLine 
[475ad56]1menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control"
2
3config BR2_COMPILE_IPROUTE2
4 tristate
5 default n
6 depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
7
8config BR2_PACKAGE_IP
9 prompt "ip.............................. A routing control utility"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_IPROUTE2
13
14config 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
21endmenu
Note: See TracBrowser for help on using the repository browser.