iproute2 (in its number of varieties like tiny or full) is needed by many packages. Can't compile anything where it is a depend.
Getting this and process halts:
KERNEL_INCLUDE="/home/build/o/openwrt/build_dir/target-armeb_xscale_musl/linux-ixp4xx/linux-6.1.62/include/uapi" SHARED_LIBS= IP_CONFIG_TINY= BUILD_VARIANT=ipfull LIBBPF_FORCE=on HAVE_ELF=y HAVE_MNL= HAVE_CAP= HAVE_TIRPC=n IPT_LIB_DIR=/usr/lib/iptables XT_LIB_DIR=/usr/lib/iptables TC_CONFIG_XT=n TC_CONFIG_XT_OLD=n TC_CONFIG_XT_OLD_H=n TC_CONFIG_IPSET=n FPIC="-DPIC -fpic" V=''
make[3]: Entering directory '/home/build/o/openwrt/build_dir/target-armeb_xscale_musl/linux-ixp4xx/iproute2-ipfull/iproute2-6.5.0'
Usage: configure [OPTIONS]
--include_dir <dir> Path to iproute2 include dir
--libdir <dir> Path to iproute2 lib dir
--libbpf_dir <dir> Path to libbpf DESTDIR
--libbpf_force <on|off> Enable/disable libbpf by force. Available options:
on: require link against libbpf, quit config if no libbpf support
off: disable libbpf probing
--prefix <dir> Path prefix of the lib files to install
-h | --help Show this usage info
make[3]: *** No rule to make target 'config.mk', needed by 'all'. Stop.
make[3]: Leaving directory '/home/build/o/openwrt/build_dir/target-armeb_xscale_musl/linux-ixp4xx/iproute2-ipfull/iproute2-6.5.0'
make[2]: *** [Makefile:274: /home/build/o/openwrt/build_dir/target-armeb_xscale_musl/linux-ixp4xx/iproute2-ipfull/iproute2-6.5.0/.built] Error 2
make[2]: Leaving directory '/home/build/o/openwrt/package/network/utils/iproute2'
time: package/network/utils/iproute2/ipfull/compile#0.22#0.18#0.34
ERROR: package/network/utils/iproute2 failed to build (build variant: ipfull).
make[1]: *** [package/Makefile:128: package/network/utils/iproute2/compile] Error 1
make[1]: Leaving directory '/home/build/o/openwrt'
make: *** [/home/build/o/openwrt/include/toplevel.mk:232: package/iproute2/compile] Error 2
Any ideas?