summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ndisc/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 01:51:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-24 01:51:58 +0000
commit543e698b786407b17770c1090ebe0f2fb54b25f9 (patch)
tree6ccc79307bf1d731c44f35660fa484d435fab4f5 /openwrt/package/ndisc/Config.in
parent94b0b3ccf57a3cf308630c695e954f0aa69f3d56 (diff)
Add ndisc package, in its own menu to avoid breaking sort order
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1041 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ndisc/Config.in')
-rw-r--r--openwrt/package/ndisc/Config.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/openwrt/package/ndisc/Config.in b/openwrt/package/ndisc/Config.in
new file mode 100644
index 000000000..8759c3255
--- /dev/null
+++ b/openwrt/package/ndisc/Config.in
@@ -0,0 +1,32 @@
+menu "ndisc - ICMPv6 discovery tools"
+
+config BR2_PACKAGE_NDISC
+ bool
+ default n
+ depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6
+
+config BR2_PACKAGE_NDISC6
+ tristate "ndisc6 - ICMPv6 neighbour discovery tool"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_PACKAGE_NDISC
+ help
+
+ ICMPv6 neighbour discovery tools
+
+ http://people.via.ecp.fr/~rem/ndisc/
+
+
+config BR2_PACKAGE_RDISC6
+ tristate "rdisc6 - ICMPv6 router discovery tool"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_PACKAGE_NDISC
+ help
+
+ ICMPv6 router discovery tool
+
+ http://people.via.ecp.fr/~rem/ndisc/
+
+
+endmenu