From 85cc7393eda4b4e32e04bbc154394f2a926f796a Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Thu, 25 Dec 2025 13:31:10 +0900 Subject: [PATCH] iproute2: update project URL It seems project URL has been changed. Signed-off-by: Yanase Yuki Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko --- package/network/utils/iproute2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index bdb4c1685d..edfdc59196 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/nls.mk define Package/iproute2/Default SECTION:=net CATEGORY:=Network - URL:=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 + URL:=https://wiki.linuxfoundation.org/networking/iproute2 SUBMENU:=Routing and Redirection MAINTAINER:=Russell Senior endef