source: freewrt/package/iproute2/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 9b15aee, checked in by Markus Wigge <markus@…>, 19 years ago

removed iptables submenu to have same look'n'feel like the other packages, grouped ip/tc under iproute2

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1011 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 811 bytes
Line 
1config FWRT_COMPILE_IPROUTE2
2 tristate
3 default n
4 depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC
5
6config FWRT_SHOW_IPROUTE2
7 bool "iproute2.......................... iproute2 package (ip/tc)"
8 default n
9
10config FWRT_PACKAGE_IP
11 prompt "ip................................ A routing control utility"
12 tristate
13 default n
14 select FWRT_COMPILE_IPROUTE2
15 depends on FWRT_SHOW_IPROUTE2
16 depends on ! BUSYBOX_CONFIG_IP
17
18comment "ip................................ Already provided by Busybox"
19 depends on FWRT_SHOW_IPROUTE2
20 depends on BUSYBOX_CONFIG_IP
21
22config FWRT_PACKAGE_TC
23 prompt "tc................................ A traffic control utility"
24 tristate
25 default n
26 depends on FWRT_SHOW_IPROUTE2
27 select FWRT_COMPILE_IPROUTE2
28 select FWRT_PACKAGE_KMOD_IMQ
29 select FWRT_PACKAGE_KMOD_SCHED
30
Note: See TracBrowser for help on using the repository browser.