mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 19:02:28 +02:00
c73c6f7831
enabled when DEVELOPER=1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1954 3c298f89-4303-0410-b956-a3cf2f4a3e73
31 lines
587 B
Plaintext
31 lines
587 B
Plaintext
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
|
|
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
|
|
select BR2_PACKAGE_NDISC
|
|
help
|
|
|
|
ICMPv6 router discovery tool
|
|
|
|
http://people.via.ecp.fr/~rem/ndisc/
|
|
|
|
|
|
endmenu
|