f22bffa284
In commit 9863553fe8
("packages: all
salute the passing of avr32"), the dependency on !BR2_avr32 was
removed, but not the comment above it which explained why radvd would
not build on AVR32. So now, we have the impression that the comment
applies to the "select BR2_PACKAGE_FLEX" line, which doesn't make
sense.
Therefore, this commit gets rid of the unneeded and confusing comment.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
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
|