From: Zoltan HERPAI Date: Sat, 4 Nov 2017 19:33:01 +0000 (+0100) Subject: iproute2: use URL alias X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b51ff6883b51537fdc83321422feeb17a7e4aa37;p=15.05%2Fopenwrt.git iproute2: use URL alias Drop hardcoded URL and use the @KERNEL alias. Signed-off-by: Zoltan HERPAI --- diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 308ec578e1..7dd169d289 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=4.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ +PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2/ PKG_MD5SUM:=3adc263ade4ee76c35032e8f50b54108 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0