From fbd72d864b861204d4cedaed4a4d3e88cf864de1 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Thu, 20 May 2021 16:12:18 +0200 Subject: [PATCH] Update linux-sdm845 URL --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1952ae4..9a09bf2 100644 --- a/Makefile +++ b/Makefile @@ -229,8 +229,8 @@ src/linux-librem5: src/linux-sdm845: @echo "WGET linux-sdm845" @mkdir src/linux-sdm845 - @wget -c https://gitlab.com/sdm845-mainline/sdm845-linux/-/archive/b7a1e57f78d690d02aff902114bf2f6ca978ecfe/sdm845-linux-b7a1e57f78d690d02aff902114bf2f6ca978ecfe.tar.gz - @tar -xvf sdm845-linux-b7a1e57f78d690d02aff902114bf2f6ca978ecfe.tar.gz --strip-components 1 -C src/linux-sdm845 + @wget -c https://gitlab.com/sdm845-mainline/linux/-/archive/b7a1e57f78d690d02aff902114bf2f6ca978ecfe/linux-b7a1e57f78d690d02aff902114bf2f6ca978ecfe.tar.gz + @tar -xvf linux-b7a1e57f78d690d02aff902114bf2f6ca978ecfe.tar.gz --strip-components 1 -C src/linux-sdm845 src/arm-trusted-firmware: @echo "WGET arm-trusted-firmware"