From: Daniel Engberg Date: Tue, 24 May 2016 13:16:03 +0000 (+0200) Subject: iw: Use URL alias X-Git-Tag: v17.01.0-rc1~2638 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6e7403e1e6aa724ff9ff3bf7cef6688a07528818 iw: Use URL alias Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg --- 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