diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 8bcbde0c79..6b7dee71c9 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -172,7 +172,8 @@ CONFIGURE_VARS += \ CONFIGURE_ARGS += \ --include_dir="$(TOOLCHAIN_ROOT_DIR)/usr/include" \ - --libbpf_force=$(LIBBPF_FORCE) + --libbpf_force=$(LIBBPF_FORCE) \ + --color=auto MAKE_FLAGS += \ SHARED_LIBS=$(SHARED_LIBS) \