From da1912f868924541e7d9333c468f1bfc4bf25f06 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 9 May 2018 17:01:45 +0800 Subject: [PATCH] treewide: use mirror tag @KERNEL where applicable Signed-off-by: Yousong Zhou --- libs/dtc/Makefile | 2 +- utils/kmod/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/dtc/Makefile b/libs/dtc/Makefile index bfdb99a88..27b0c33d0 100644 --- a/libs/dtc/Makefile +++ b/libs/dtc/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.4.6 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_HASH:=382302bfcc3c40734be80ac620983971d911ec4cde798f551873f3eb008c7b7e -PKG_SOURCE_URL:=https://www.kernel.org/pub/software/utils/dtc +PKG_SOURCE_URL:=@KERNEL/software/utils/dtc PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=GPL PKG_INSTALL:=1 diff --git a/utils/kmod/Makefile b/utils/kmod/Makefile index 4f8803f7b..d54e4583c 100644 --- a/utils/kmod/Makefile +++ b/utils/kmod/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=20 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://www.kernel.org/pub/linux/utils/kernel/kmod/ +PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/kmod/ PKG_HASH:=89c1a1a2193c31f9ebe582640bfa2bd401341dc24119f5a7f702588116fadaa0 PKG_MAINTAINER:=Jeff Waugh PKG_LICENSE:=LGPL-2.1+