|
@@ -6,6 +6,7 @@ config BR2_PACKAGE_CONNMAN
|
|
|
select BR2_PACKAGE_GNUTLS
|
|
|
depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
+ depends on BR2_INET_IPV6
|
|
|
help
|
|
|
The Connection Manager (ConnMan) project provides a daemon for
|
|
|
managing internet connections within embedded devices running
|
|
@@ -45,5 +46,5 @@ config BR2_PACKAGE_CONNMAN_CLIENT
|
|
|
|
|
|
endif # BR2_PACKAGE_CONNMAN
|
|
|
|
|
|
-comment "connman needs a toolchain with WCHAR and resolver support"
|
|
|
- depends on BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32 || !BR2_USE_WCHAR
|
|
|
+comment "connman needs a toolchain with IPv6, WCHAR and resolver support"
|
|
|
+ depends on BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32 || !BR2_USE_WCHAR || !BR2_INET_IPV6
|