Minor bugfix release. Signed-off-by: Christian Melki <[email protected]> --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/iproute2.make b/rules/iproute2.make index 7e64f91fb..72f348f15 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_IPROUTE2) += iproute2 # # Paths and names # -IPROUTE2_VERSION := 6.1.0 -IPROUTE2_MD5 := f3ff4461e25dbc5ef1fb7a9167a9523d +IPROUTE2_VERSION := 6.2.0 +IPROUTE2_MD5 := 85861856a856f6d358c6d9a4fc9088c9 IPROUTE2 := iproute2-$(IPROUTE2_VERSION) IPROUTE2_SUFFIX := tar.xz IPROUTE2_URL := $(call ptx/mirror, KERNEL, utils/net/iproute2/$(IPROUTE2).$(IPROUTE2_SUFFIX)) -- 2.34.1
