Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 10, 2023
1 parent 33c5409 commit 50e3859
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 @@ -68,7 +68,7 @@ function fetch_SBC_source() {
mkdir -p $SRC_DIR/workdir
echo "Download the kernel source"
echo "------------------------------"
git clone --depth 1 --branch ${KERNEL_COMMIT} ${KERNEL_REPO} ${LINUX_DIR} || exit 1
git clone --depth 1 ${KERNEL_REPO} ${LINUX_DIR} || exit 1
pushd ${LINUX_DIR}
git checkout 906a5c6dd4483a8c8abec9ebade2cbe638f8880a || exit 1
popd
Expand Down

0 comments on commit 50e3859

Please sign in to comment.