On 6 January 2017 at 16:54, Khem Raj <[email protected]> wrote: > regardless, I posted a patch for ppp for fixing same issue, seee > > https://patchwork.openembedded.org/patch/135536/ > > may be the same or similar patch can be applied to connman as well. >
Similar but not the same. connman/src/iptables.c includes <xtables.h> and nothing else relevant as far as I can tell. However the fragment of code that is throwing an error (pulled in via xtables.h) is only enabled because the kernel headers don't think that the libc is defining IFF_LOWER_UP, but musl is. https://git.busybox.net/buildroot/commit/?id=4470dd9b1bdbb9b39e9fb13f27bcaa044719de6d is how buildroot work around this, by defining a _UAPI symbol that the kernel header listens to. Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
