diff options
| author | Yanase Yuki | 2025-12-25 04:31:10 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | 85cc7393eda4b4e32e04bbc154394f2a926f796a (patch) | |
| tree | f90d48af2740061f8ffb72645a540e0cbc9da14c | |
| parent | 69e90f0bc942bdd88239fa0518cf0755bce17927 (diff) | |
| download | openwrt-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/Makefile | 2 |
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 |