blob: c04a8e5a327ac04548970d5e92e72bad4db60071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_RADVD
bool "radvd"
depends on BR2_USE_MMU # fork()
depends on BR2_INET_IPV6
select BR2_PACKAGE_FLEX
help
IPv6 Router Advertisement Daemon.
http://www.litech.org/radvd/
comment "radvd needs a toolchain w/ IPv6"
depends on BR2_USE_MMU
depends on !BR2_INET_IPV6
|