summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/net/radvd/radvd.kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/net/radvd/radvd.kconfig b/packages/net/radvd/radvd.kconfig
index 5b2ad57..f824a9b 100644
--- a/packages/net/radvd/radvd.kconfig
+++ b/packages/net/radvd/radvd.kconfig
@@ -25,11 +25,16 @@
config EMBTK_HAVE_RADVD
bool "Have radvd"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_NETWORK_SUPPORT if EMBTK_CLIB_UCLIBC
+ select KEMBTK_UCLIBC_UCLIBC_HAS_IPV6 if EMBTK_CLIB_UCLIBC
help
- The router advertisement daemon (radvd) is run by Linux or BSD systems acting as IPv6 routers.
- It sends Router Advertisement messages, specified by RFC 2461, to a local Ethernet LAN periodically
- and when requested by a node sending a Router Solicitation message.
+ The router advertisement daemon (radvd) is run by Linux or BSD systems
+ acting as IPv6 routers.
+ It sends Router Advertisement messages, specified by RFC 2461, to a
+ local Ethernet LAN periodically and when requested by a node sending a
+ Router Solicitation message.
These messages are required for IPv6 stateless autoconfiguration.
+
choice
prompt "radvd version you wish"
depends on EMBTK_HAVE_RADVD