mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
connman: needs IPv6 support in toolchain
Fixes http://autobuild.buildroot.net/results/c405f9b3a59463fb7367daeb63e282c5d60f0685 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fdba8d85e0
commit
34ea3b3c64
@ -6,6 +6,7 @@ config BR2_PACKAGE_CONNMAN
|
|||||||
select BR2_PACKAGE_GNUTLS
|
select BR2_PACKAGE_GNUTLS
|
||||||
depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
|
depends on !(BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32)
|
||||||
depends on BR2_USE_WCHAR # libglib2
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
|
depends on BR2_INET_IPV6
|
||||||
help
|
help
|
||||||
The Connection Manager (ConnMan) project provides a daemon for
|
The Connection Manager (ConnMan) project provides a daemon for
|
||||||
managing internet connections within embedded devices running
|
managing internet connections within embedded devices running
|
||||||
@ -45,5 +46,5 @@ config BR2_PACKAGE_CONNMAN_CLIENT
|
|||||||
|
|
||||||
endif # BR2_PACKAGE_CONNMAN
|
endif # BR2_PACKAGE_CONNMAN
|
||||||
|
|
||||||
comment "connman needs a toolchain with WCHAR and resolver support"
|
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
|
depends on BR2_UCLIBC_VERSION_0_9_31 || BR2_UCLIBC_VERSION_0_9_32 || !BR2_USE_WCHAR || !BR2_INET_IPV6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user