From d8922811bd576495d2335ff3733ecc74cc9aabe5 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:48:32 +0530 Subject: [PATCH] 6.5.7-2 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ca37f73..fc79bf5 100755 --- a/build.sh +++ b/build.sh @@ -5,8 +5,8 @@ ROOT_PATH=$(pwd) WORKING_PATH=/root/work CHROOT_PATH="${WORKING_PATH}/chroot" IMAGE_PATH="${WORKING_PATH}/image" -KERNEL_VERSION=6.5.6 -PKGREL=1 +KERNEL_VERSION=6.5.7 +PKGREL=2 sed -i "s/KVER/${KERNEL_VERSION}/g" $(pwd)/files/chroot_build.sh sed -i "s/PREL/${PKGREL}/g" $(pwd)/files/chroot_build.sh