From 9bc1c778eb22b6980435f2f9f771d2699da71f23 Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 21 Aug 2024 22:43:22 +0900 Subject: [PATCH] Update linux-sunxi URL Signed-off-by: Masanori Ogino --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5974ed0..b9ca5fc 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ src/linux-rockchip: src/linux-sunxi: @echo "WGET linux-sunxi" @mkdir src/linux-sunxi - @wget https://github.com/megous/linux/archive/orange-pi-5.9-20201019-1553.tar.gz + @wget https://codeberg.org/megi/linux/archive/orange-pi-5.9-20201019-1553.tar.gz @tar -xf orange-pi-5.9-20201019-1553.tar.gz --strip-components 1 -C src/linux-sunxi src/linux-pocketpc: