Skip to content

Commit

Permalink
revert back to fully working kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 11, 2023
1 parent 908a48d commit 9a0f836
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kernels/pi-bullseye-v6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL=kernel
KERNEL_BRANCH="rpi-6.1.y"
KERNEL_VERSION="6.1.29+"
KERNEL_COMMIT="906a5c6dd4483a8c8abec9ebade2cbe638f8880a"
KERNEL_COMMIT="20cb6d7b533b5e6d7df8a2cb7a83bd4555834bde"
ISA=v6
2 changes: 1 addition & 1 deletion kernels/pi-bullseye-v7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL=kernel7
KERNEL_BRANCH="rpi-6.1.y"
KERNEL_VERSION="6.1.29-v7+"
KERNEL_COMMIT="906a5c6dd4483a8c8abec9ebade2cbe638f8880a"
KERNEL_COMMIT="20cb6d7b533b5e6d7df8a2cb7a83bd4555834bde"
ISA=v7
2 changes: 1 addition & 1 deletion kernels/pi-bullseye-v7l
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNEL=kernel7l
KERNEL_BRANCH="rpi-6.1.y"
KERNEL_VERSION="6.1.29-v7l+"
KERNEL_COMMIT="906a5c6dd4483a8c8abec9ebade2cbe638f8880a"
KERNEL_COMMIT="20cb6d7b533b5e6d7df8a2cb7a83bd4555834bde"
ISA=v7l
2 changes: 1 addition & 1 deletion scripts/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function fetch_SBC_source() {
echo "------------------------------"
git clone ${KERNEL_REPO} ${LINUX_DIR} || exit 1
pushd ${LINUX_DIR}
git checkout 906a5c6dd4483a8c8abec9ebade2cbe638f8880a || exit 1
git checkout 20cb6d7b533b5e6d7df8a2cb7a83bd4555834bde || exit 1
popd
fi

Expand Down

0 comments on commit 9a0f836

Please sign in to comment.