summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-05-07 20:54:00 +0300
committerPeter Korsgaard <peter@korsgaard.com>2017-05-07 21:27:24 +0200
commit9e97afdf0a684aa97ce1ce7a1c47ef3c1649b36f (patch)
tree3ebf4dd817fc5cafc27a2ee419f1744f6135b8c0
parent95426afd59dd947c8da262fa10e0c5b1a3bbb525 (diff)
downloadbuildroot-9e97afdf0a684aa97ce1ce7a1c47ef3c1649b36f.tar.gz
buildroot-9e97afdf0a684aa97ce1ce7a1c47ef3c1649b36f.zip
connman: update musl incompatibility reason
connman no longer triggers a conflict of userspace and kernel headers since commit 69ced96355 (musl: workaround kernel if_ether.h header conflict). The real blocker for musl build (besides a few missing includes here and there) is the missing res_ninit() implementation. Update the comment accordingly. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/connman/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/connman/Config.in b/package/connman/Config.in
index 39a81ee9f0..28cf16861c 100644
--- a/package/connman/Config.in
+++ b/package/connman/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_CONNMAN
depends on BR2_USE_MMU # dbus, libglib2
depends on !BR2_STATIC_LIBS # needs dlopen()
depends on BR2_TOOLCHAIN_HAS_SYNC_4
- depends on !BR2_TOOLCHAIN_USES_MUSL # mixes userspace and kernel headers
+ depends on !BR2_TOOLCHAIN_USES_MUSL # missing res_ninit()
select BR2_PACKAGE_DBUS
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_IPTABLES
OpenPOWER on IntegriCloud