From 6fb1ecf2c41d9c690941b2b3d6bc7eaf82c76950 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:08:32 +0000 Subject: [PATCH] 6.1.6-2 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d7e2785..dda1540 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.1.5 -PKGREL=1 +KERNEL_VERSION=6.1.6 +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