From: Yanase Yuki Date: Thu, 25 Dec 2025 04:33:10 +0000 (+0900) Subject: iw: update project URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac4f2e178bec7b6af09219ad0696719e47ee36e2;p=thirdparty%2Fopenwrt.git iw: 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 --- diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index 5da0c0edb39..d6aaa783947 100644 --- a/package/network/utils/iw/Makefile +++ b/package/network/utils/iw/Makefile @@ -27,7 +27,7 @@ define Package/iw SECTION:=net CATEGORY:=Network TITLE:=cfg80211 interface configuration utility - URL:=http://wireless.kernel.org/en/users/Documentation/iw + URL:=https://wireless.kernel.org/en/latest/en/users/documentation/iw.html DEPENDS:= +libnl-tiny VARIANT:=tiny endef