summaryrefslogtreecommitdiff
path: root/package/ndisc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ndisc/Config.in')
-rw-r--r--package/ndisc/Config.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/package/ndisc/Config.in b/package/ndisc/Config.in
new file mode 100644
index 000000000..e7cafd5ee
--- /dev/null
+++ b/package/ndisc/Config.in
@@ -0,0 +1,45 @@
+#menu "ndisc6............................ IPv6 discovery tools"
+
+config ADK_COMPILE_NDISC6
+ tristate
+ default n
+ depends ADK_IPV6
+ depends ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6
+
+config ADK_PACKAGE_NDISC6
+ prompt "ndisc6............................ An ICMPv6 neighbour discovery tool"
+ tristate
+ default n
+ depends ADK_IPV6
+ select ADK_COMPILE_NDISC6
+ help
+
+ An ICMPv6 neighbour discovery tools
+
+ http://people.via.ecp.fr/~rem/ndisc6/
+
+config ADK_PACKAGE_RDISC6
+ prompt "rdisc6............................ An ICMPv6 router discovery tool"
+ tristate
+ default n
+ depends ADK_IPV6
+ select ADK_COMPILE_NDISC6
+ help
+
+ An ICMPv6 router discovery tool
+
+ http://people.via.ecp.fr/~rem/ndisc6/
+
+config ADK_PACKAGE_TCPTRACEROUTE6
+ prompt "tcptraceroute6.................... A TCP/IPv6-based traceroute implementation"
+ tristate
+ default n
+ depends ADK_IPV6
+ select ADK_COMPILE_NDISC6
+ help
+
+ A TCP/IPv6-based traceroute implementation
+
+ http://people.via.ecp.fr/~rem/ndisc6/
+
+#endmenu