summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYanase Yuki2025-12-25 04:31:10 +0000
committerRobert Marko2026-01-02 17:07:02 +0000
commit85cc7393eda4b4e32e04bbc154394f2a926f796a (patch)
treef90d48af2740061f8ffb72645a540e0cbc9da14c
parent69e90f0bc942bdd88239fa0518cf0755bce17927 (diff)
downloadopenwrt-85cc7393eda4b4e32e04bbc154394f2a926f796a.tar.gz
iproute2: update project URL
It seems project URL has been changed. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <russell@personaltelco.net>
endef