summaryrefslogtreecommitdiffstats
path: root/package/network/utils
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2016-05-24 15:16:03 +0200
committerJo-Philipp Wich <jo@mein.io>2016-05-24 19:41:52 +0200
commit6e7403e1e6aa724ff9ff3bf7cef6688a07528818 (patch)
tree8aff638f150387ba5836603de64f54ce8a7fe70d /package/network/utils
parent52836866c942401dd91853105dfc63e1f853b587 (diff)
downloadmaster-31e0f0ae-6e7403e1e6aa724ff9ff3bf7cef6688a07528818.tar.gz
master-31e0f0ae-6e7403e1e6aa724ff9ff3bf7cef6688a07528818.tar.bz2
master-31e0f0ae-6e7403e1e6aa724ff9ff3bf7cef6688a07528818.zip
iw: Use URL alias
Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/network/utils')
-rw-r--r--package/network/utils/iw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iw/Makefile b/package/network/utils/iw/Makefile
index ad82081570..7c1a429def 100644
--- a/package/network/utils/iw/Makefile
+++ b/package/network/utils/iw/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=4.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://www.kernel.org/pub/software/network/iw
+PKG_SOURCE_URL:=@KERNEL/software/network/iw
PKG_MD5SUM:=7adec72e91ebdd9c55429fa34a23a6f5
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>