diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-22 21:07:43 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-22 21:08:17 +0100 |
commit | d44c6ec1ced743e50385c9593e05997b4295ae4a (patch) | |
tree | a2b59b9f6eb82f6f7c8b4f2af536cc25c162b539 /target | |
parent | 18300db77a70665c193b188fbd53a6d9e4dbcc1d (diff) | |
download | upstream-d44c6ec1ced743e50385c9593e05997b4295ae4a.tar.gz upstream-d44c6ec1ced743e50385c9593e05997b4295ae4a.tar.bz2 upstream-d44c6ec1ced743e50385c9593e05997b4295ae4a.zip |
Revert "arm64: boot-wrapper: Add mirror"
This reverts commit ef258a0a41eb31fd77ad2868b8ec97accc44fd93.
Similar to 43c09f2885b413aa44a65ddf85778e40349f2199, multiple git
mirrors are not supported
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/arm64/image/boot-wrapper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/arm64/image/boot-wrapper/Makefile b/target/linux/arm64/image/boot-wrapper/Makefile index 44d6a04ad1..cf16f8045d 100644 --- a/target/linux/arm64/image/boot-wrapper/Makefile +++ b/target/linux/arm64/image/boot-wrapper/Makefile @@ -11,9 +11,7 @@ PKG_NAME:=aarch64-boot-wrapper PKG_RELEASE:=1 PKG_SOURCE_PROTO:=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_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git PKG_SOURCE_DATE:=2013-01-10 PKG_SOURCE_VERSION:=c51dde817b5ed5b8f741b67ac51bd67bd87b4a2a PKG_MIRROR_HASH:=2f029a20c906af68e9fe067c1b0ed394e4c455e142454a039f41d1d82d6e17c8 |