summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-31 13:50:22 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-31 13:50:22 +0200
commit13f1304f6df640e9977562357096eda5eb2afcb3 (patch)
tree28d667085bcaa952d6c1eb6cfe6f5e588cb063c6 /packages
parent06cbf4463376aa87834a020a90639205fca840cb (diff)
downloadembtoolkit-13f1304f6df640e9977562357096eda5eb2afcb3.tar.gz
embtoolkit-13f1304f6df640e9977562357096eda5eb2afcb3.tar.bz2
embtoolkit-13f1304f6df640e9977562357096eda5eb2afcb3.tar.xz
Packages: odhcp6c: when uClibc is used make sure to have ipv6 enabled
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/net/odhcp6c/odhcp6c.kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/net/odhcp6c/odhcp6c.kconfig b/packages/net/odhcp6c/odhcp6c.kconfig
index 602b7d5..970b7ab 100644
--- a/packages/net/odhcp6c/odhcp6c.kconfig
+++ b/packages/net/odhcp6c/odhcp6c.kconfig
@@ -25,9 +25,12 @@
config EMBTK_HAVE_ODHCP6C
bool "Have odhcp6c"
+ select KEMBTK_UCLIBC_UCLIBC_HAS_NETWORK_SUPPORT if EMBTK_CLIB_UCLIBC
+ select KEMBTK_UCLIBC_UCLIBC_HAS_IPV6 if EMBTK_CLIB_UCLIBC
help
- odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux systems
- especially routers.
+ odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux
+ systems especially routers.
+
choice
prompt "odhcp6c version you wish"
depends on EMBTK_HAVE_ODHCP6C