[openwrt/openwrt] iw: update project URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:07:19 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ac4f2e178bec7b6af09219ad0696719e47ee36e2
commit ac4f2e178bec7b6af09219ad0696719e47ee36e2
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:33:10 2025 +0900
iw: update project URL
It seems project URL has been changed.
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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
More information about the lede-commits
mailing list