]> git.ipfire.org Git - thirdparty/openwrt.git/commit
iproute2: include upstream patch for musl libc
authorJonas Lochmann <openwrt@jonaslochmann.de>
Mon, 16 Feb 2026 00:00:00 +0000 (01:00 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 24 Feb 2026 19:25:40 +0000 (20:25 +0100)
commitb0ea1b6cdf7393cf800b1ca64280779e591bddd0
tree9bdd1b53607daa83a0cfd2071e7baa22adfa792f
parentffd38ddffef7407f928bc755dd93ab8b7c6c5c27
iproute2: include upstream patch for musl libc

Due to a missing include, the constant UINT_MAX is undefined. This
fixes issues when building v25.12.0-rc5. Including a newer version of
iproute2 would include the patch, but causes other building issues.

Signed-off-by: Jonas Lochmann <openwrt@jonaslochmann.de>
Link: https://github.com/openwrt/openwrt/pull/22128
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 5f063d18bdc368cb3eede54b01557f000b3df3b6)
package/network/utils/iproute2/patches/301-fix-UINT_MAX-undeclared-with-build-with-musl-libc.patch [new file with mode: 0644]