mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 12:39:45 +01:00
iproute2: enable automatic color output by default
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:
parent
4153205022
commit
2730d1186a
1 changed files with 2 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue