Skip to content

Commit

Permalink
Update platform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 10, 2023
1 parent 50e3859 commit 5834a23
Showing 1 changed file with 1 addition and 1 deletion.
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 --depth 1 ${KERNEL_REPO} ${LINUX_DIR} || exit 1
pushd ${LINUX_DIR}
git checkout 906a5c6dd4483a8c8abec9ebade2cbe638f8880a || exit 1
git checkout 906a5c6 || exit 1
popd
fi

Expand Down

0 comments on commit 5834a23

Please sign in to comment.