Re: iproute2 fails to build setting LIBBPF_DYNAMIC unless LIBBPF_DIR is defined.

2021-03-12 Thread Neil Kettle
OK I wiped the entire thing and pulled a fresh repo, same config for both devices, same problems. I revert the iproute2 update commit, b048a305a3d3cbb5375e32757e70aa129b4c7c4f, builds just fine, I suspect there is some interplay between the default image config in relation to iproute2 and libbp

Re: iproute2 fails to build setting LIBBPF_DYNAMIC unless LIBBPF_DIR is defined.

2021-03-10 Thread Neil Kettle
f_libbpf.c. Dumped the config for this device to: https://pastebin.com/JytWD2T0 > On 9 Mar 2021, at 21:04, itug...@yahoo.com wrote: > > Hi Neil, > > There were recent build system changes that seem to be related to various > build failures, and the cause of much frustrating

iproute2 fails to build setting LIBBPF_DYNAMIC unless LIBBPF_DIR is defined.

2021-03-09 Thread neil
=== --- iproute2-5.11.0.orig/lib/bpf_libbpf.c +++ iproute2-5.11.0/lib/bpf_libbpf.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include Signed-off-by: Neil Kettle n...@digit-labs.org diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2