iproute2: split iproute2 configure and compile logic
authorGeorge Tsiamasiotis <[email protected]>
Thu, 2 Oct 2025 18:00:22 +0000 (21:00 +0300)
committerRobert Marko <[email protected]>
Mon, 6 Oct 2025 17:08:56 +0000 (19:08 +0200)
commit4153205022eea7764c561e3398eb3dd8bd288e9e
treee4d96c09f0302e97b6933a77674ba43fcba1cba3
parent2069b83ec6c924d95ce5de6a0514011eeb4dac65
iproute2: split iproute2 configure and compile logic

Previously we relied on the iproute2 makefile automatically running the
configure script on first run. This does not allow control of some
configure options, or of when the configure script is re-run.

The motivating usecase here is ./configure --color=auto, though that is
not implemented in this commit.

Signed-off-by: George Tsiamasiotis <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20281
Signed-off-by: Robert Marko <[email protected]>
package/network/utils/iproute2/Makefile