From b51ff6883b51537fdc83321422feeb17a7e4aa37 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Sat, 4 Nov 2017 20:33:01 +0100 Subject: [PATCH] iproute2: use URL alias Drop hardcoded URL and use the @KERNEL alias. Signed-off-by: Zoltan HERPAI --- package/network/utils/iproute2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0