From 11be154e7964d5c7374c6bcaf239e231f30d26e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:09:37 +0000 Subject: [PATCH] Update kernel to v7.1.8 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c98a72d..c72af1f 100755 --- a/build.sh +++ b/build.sh @@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive apt-get update apt-get install -y lsb-release -KERNEL_VERSION=7.1.7 -PKGREL=2 +KERNEL_VERSION=7.1.8 +PKGREL=1 DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs) CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)