diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-05-24 15:13:48 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 19:42:49 +0200 |
commit | 32ae0da2b766256bd77b5fa93fd24fe406cceb09 (patch) | |
tree | 4de709973224628b45f3edb63c69b4fa3f2e4855 /package | |
parent | 6e7403e1e6aa724ff9ff3bf7cef6688a07528818 (diff) | |
download | upstream-32ae0da2b766256bd77b5fa93fd24fe406cceb09.tar.gz upstream-32ae0da2b766256bd77b5fa93fd24fe406cceb09.tar.bz2 upstream-32ae0da2b766256bd77b5fa93fd24fe406cceb09.zip |
iproute2: Use URL alias
Remove hardcoded URLs and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 790aa4d0de..fad198c795 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=4.4.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:=d762653ec3e1ab0d4a9689e169ca184f PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0 |