From 1dc434dfef549dffab02171f34a8ecc020e58d27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 11:53:33 +0000 Subject: [PATCH] 6.6.8-3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2132a93..d479a93 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,7 @@ WORKING_PATH=/root/work CHROOT_PATH="${WORKING_PATH}/chroot" IMAGE_PATH="${WORKING_PATH}/image" KERNEL_VERSION=6.6.8 -PKGREL=1 +PKGREL=3 sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh