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