Support for color output has existed in iproute2 since forever and we
never compile it out, even in tiny variants. As such, not requiring
people to constantly add -c to their ip commands is a nice QoL feature.
Signed-off-by: George Tsiamasiotis <george@tsiamasiotis.gr>
Link: https://github.com/openwrt/openwrt/pull/20281
Signed-off-by: Robert Marko <robimarko@gmail.com>
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) \