activate some packages on devel-build
[openwrt/svn-archive/openwrt.git] / openwrt / package / ndisc / Config.in
1 menu "ndisc - ICMPv6 discovery tools"
2
3 config BR2_PACKAGE_NDISC
4 tristate
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 select BR2_PACKAGE_NDISC
12 help
13
14 ICMPv6 neighbour discovery tools
15
16 http://people.via.ecp.fr/~rem/ndisc/
17
18
19 config BR2_PACKAGE_RDISC6
20 tristate "rdisc6 - ICMPv6 router discovery tool"
21 default m if CONFIG_DEVEL
22 select BR2_PACKAGE_NDISC
23 help
24
25 ICMPv6 router discovery tool
26
27 http://people.via.ecp.fr/~rem/ndisc/
28
29
30 endmenu