Add ndisc package, in its own menu to avoid breaking sort order
[openwrt/staging/wigyori.git] / openwrt / package / ndisc / Config.in
1 menu "ndisc - ICMPv6 discovery tools"
2
3 config BR2_PACKAGE_NDISC
4 bool
5 default n
6 depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6
7
8 config BR2_PACKAGE_NDISC6
9 tristate "ndisc6 - ICMPv6 neighbour discovery tool"
10 # default m if CONFIG_DEVEL
11 default n
12 select BR2_PACKAGE_NDISC
13 help
14
15 ICMPv6 neighbour discovery tools
16
17 http://people.via.ecp.fr/~rem/ndisc/
18
19
20 config BR2_PACKAGE_RDISC6
21 tristate "rdisc6 - ICMPv6 router discovery tool"
22 # default m if CONFIG_DEVEL
23 default n
24 select BR2_PACKAGE_NDISC
25 help
26
27 ICMPv6 router discovery tool
28
29 http://people.via.ecp.fr/~rem/ndisc/
30
31
32 endmenu