fbf70a9a1b568b99d418248aede6e9a4c34a53da
[openwrt.git] / package / ndisc / Config.in
1 menu "ndisc6 - IPv6 discovery tools"
2
3 config BR2_COMPILE_NDISC6
4 bool
5 default n
6 depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 || BR2_PACKAGE_TCPTRACEROUTE6
7
8 config BR2_PACKAGE_NDISC6
9 tristate "ndisc6 - an ICMPv6 neighbour discovery tool"
10 default m if CONFIG_DEVEL
11 select BR2_COMPILE_NDISC6
12 help
13
14 An ICMPv6 neighbour discovery tools
15
16 http://people.via.ecp.fr/~rem/ndisc6/
17
18
19 config BR2_PACKAGE_RDISC6
20 tristate "rdisc6 - an ICMPv6 router discovery tool"
21 default m if CONFIG_DEVEL
22 select BR2_COMPILE_NDISC6
23 help
24
25 An ICMPv6 router discovery tool
26
27 http://people.via.ecp.fr/~rem/ndisc6/
28
29
30 config BR2_PACKAGE_TCPTRACEROUTE6
31 tristate "tcptraceroute6 - a TCP/IPv6-based traceroute implementation"
32 default m if CONFIG_DEVEL
33 select BR2_COMPILE_NDISC6
34 help
35
36 A TCP/IPv6-based traceroute implementation
37
38 http://people.via.ecp.fr/~rem/ndisc6/
39
40
41 endmenu
This page took 0.05361 seconds and 3 git commands to generate.