Skip to content

Commit

Permalink
Update to 6.2.6-200
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Mar 14, 2023
1 parent afd5a37 commit 5e58f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/kernel.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

FEDORA_KERNEL_VERSION=6.1.15-200.fc37
FEDORA_KERNEL_VERSION=6.2.6-200.fc37
PATCHES_GIT=https://github.com/t2linux/linux-t2-patches
PATCHES_COMMIT=e27261e64d9169c21046d0b1e59ce436c28de10b
PATCHES_COMMIT=3a43f2fa1c4afec28f1bffe2aa13e3f4366ecce1

echo "=====INSTALLING DEPENDENCIES====="
dnf install -y --quiet ncurses-devel libbpf fedpkg rpmdevtools ccache openssl-devel libkcapi libkcapi-devel libkcapi-static libkcapi-tools
Expand Down Expand Up @@ -31,7 +31,7 @@ dnf -y --quiet builddep kernel.spec
echo "======DOWNLOADING PATCHES====="
rm -rf /tmp/download /tmp/src
mkdir /tmp/download && cd /tmp/download
git clone --single-branch --branch 6.1 ${PATCHES_GIT}
git clone --single-branch --branch main ${PATCHES_GIT}
cd *
git checkout ${PATCHES_COMMIT}

Expand Down

0 comments on commit 5e58f07

Please sign in to comment.