diff options
| author | Yanase Yuki | 2025-12-25 04:33:10 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | ac4f2e178bec7b6af09219ad0696719e47ee36e2 (patch) | |
| tree | 0613c1295a7c0e9eabfaa2bee26e80a5c7134c0c | |
| parent | 85cc7393eda4b4e32e04bbc154394f2a926f796a (diff) | |
| download | openwrt-ac4f2e178bec7b6af09219ad0696719e47ee36e2.tar.gz | |
iw: 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/iw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |