[source] arm64: boot-wrapper: Add mirror

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 01:54:57 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/ef258a0a41eb31fd77ad2868b8ec97accc44fd93

commit ef258a0a41eb31fd77ad2868b8ec97accc44fd93
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Mon Nov 14 00:41:03 2016 +0100

    arm64: boot-wrapper: Add mirror
    
    Adds Google's mirror as primary source and kernel.org as fallback.
    Same as commit 0d4f02dfd650612aac6c11860139be03a0f54bee
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 target/linux/arm64/image/boot-wrapper/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/target/linux/arm64/image/boot-wrapper/Makefile b/target/linux/arm64/image/boot-wrapper/Makefile
index 841eb03..28148a2 100644
--- a/target/linux/arm64/image/boot-wrapper/Makefile
+++ b/target/linux/arm64/image/boot-wrapper/Makefile
@@ -12,7 +12,9 @@ PKG_VERSION:=2013-01-10
 PKG_RELEASE:=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
+PKG_SOURCE_URL:=\
+		https://kernel.googlesource.com/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64 \
+		https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=c51dde817b5ed5b8f741b67ac51bd67bd87b4a2a
 PKG_MIRROR_MD5SUM:=2f029a20c906af68e9fe067c1b0ed394e4c455e142454a039f41d1d82d6e17c8



More information about the lede-commits mailing list