source: freewrt/package/iproute2/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 100aef0, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

no submenu for tc and ip

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

  • Property mode set to 100644
File size: 440 bytes
Line 
1config FWRT_COMPILE_IPROUTE2
2 tristate
3 default n
4 depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC
5
6config FWRT_PACKAGE_IP
7 prompt "ip................................ A routing control utility"
8 tristate
9 default n
10 select FWRT_COMPILE_IPROUTE2
11
12config FWRT_PACKAGE_TC
13 prompt "tc................................ A traffic control utility"
14 tristate
15 default n
16 select FWRT_COMPILE_IPROUTE2
17 select FWRT_PACKAGE_KMOD_SCHED
Note: See TracBrowser for help on using the repository browser.