From 0fc0bf38101c4adf9bfa3728a50bb7d20bc74895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:44:28 +0000 Subject: [PATCH] 6.6.7-3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d987813..ad6546d 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.7 -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