From 75a7a9fc48e3dbc21cc9401eddb565a219a7496b Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 24 May 2005 01:51:58 +0000 Subject: Add ndisc package, in its own menu to avoid breaking sort order git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1041 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/ndisc/Config.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package/ndisc/Config.in (limited to 'package/ndisc/Config.in') diff --git a/package/ndisc/Config.in b/package/ndisc/Config.in new file mode 100644 index 000000000..8759c3255 --- /dev/null +++ b/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 -- cgit v1.2.3