From cb5ed43ed43898f026c14a4fad282e7858584aa2 Mon Sep 17 00:00:00 2001 From: aixiao Date: Sun, 16 Nov 2025 13:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9b1ea81..86e28fe 100644 --- a/index.html +++ b/index.html @@ -144,11 +144,15 @@

Linux Kernel: https://github.com/niuyuling/linux

U-BOOT: https://github.com/niuyuling/u-boot


+cd ~
 apt-get -y install git wget
-git clone --depth=1 --branch=main https://github.com/armbian/build
 wget https://git.aixiao.me/aixiao/Blueberry/raw/branch/master/SF/ArmDebian/blueberry.patch
+
+git clone  https://github.com/armbian/build
 cd build
-git apply ../blueberry.patch  # 打补丁
+git checkout 901922671e845808abaebbd33d407339174df9d7
+
+git apply ../blueberry.patch # 打补丁
 ./compile.sh build BOARD=blueberry BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=yes RELEASE=bookworm