diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 01:51:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 01:51:58 +0000 |
commit | 436db53649ed419d5579357bac5d89e60ec0be0d (patch) | |
tree | 2dc9e96b3836ada16515a3e91306df662762ab5f /package/ndisc/Config.in | |
parent | df225932a88af0a152740ccab7bd30848a042b96 (diff) | |
download | upstream-436db53649ed419d5579357bac5d89e60ec0be0d.tar.gz upstream-436db53649ed419d5579357bac5d89e60ec0be0d.tar.bz2 upstream-436db53649ed419d5579357bac5d89e60ec0be0d.zip |
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
Diffstat (limited to 'package/ndisc/Config.in')
-rw-r--r-- | package/ndisc/Config.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package/ndisc/Config.in b/package/ndisc/Config.in new file mode 100644 index 0000000000..8759c32554 --- /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 |