diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-11-05 16:07:35 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-11-05 16:10:05 +0100 |
commit | 95ac6906aa8a254c69375fc093f69fd15c76189b (patch) | |
tree | e3eec78f6a6b8b08e92329fb78479e3b61f4f4b5 /target/linux/arm64/image | |
parent | 347884b3455505146d0ff0dd6446d9e17686a50b (diff) | |
download | upstream-95ac6906aa8a254c69375fc093f69fd15c76189b.tar.gz upstream-95ac6906aa8a254c69375fc093f69fd15c76189b.tar.bz2 upstream-95ac6906aa8a254c69375fc093f69fd15c76189b.zip |
arm64: switch boot-wrapper to working repository
The original repo in this Makefile disappeared from the internet so use another
copy of this repository on kernel.org. Also switch from git:// to https://
while being at it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/arm64/image')
-rw-r--r-- | target/linux/arm64/image/boot-wrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arm64/image/boot-wrapper/Makefile b/target/linux/arm64/image/boot-wrapper/Makefile index fa397087a3..cc31e01635 100644 --- a/target/linux/arm64/image/boot-wrapper/Makefile +++ b/target/linux/arm64/image/boot-wrapper/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2013-01-10 PKG_RELEASE:=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git +PKG_SOURCE_URL:=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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |