From ac4f2e178bec7b6af09219ad0696719e47ee36e2 Mon Sep 17 00:00:00 2001 From: Yanase Yuki Date: Thu, 25 Dec 2025 13:33:10 +0900 Subject: [PATCH] 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 --- package/network/utils/iw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile index 5da0c0edb3..d6aaa78394 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 -- 2.30.2