iproute2: enable automatic color output by default
Some checks failed
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Has been cancelled

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>
This commit is contained in:
George Tsiamasiotis 2025-10-02 22:04:51 +03:00 committed by Robert Marko
parent 4153205022
commit 2730d1186a

View file

@ -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) \