Skip to content
Snippets Groups Projects
Commit a9bf1441 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[MEDIATEK] Force Kernel version value to 5-15

For some of the machines actually supported the bitbake command allowing
to fetch the main kernel version is not working, so we need to force it.
parent 1a3f543a
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ case "$BOARD" in
*"tanaro"*)
kernel_version="5-10"
;;
*"e58"*)
kernel_version="5-15"
;;
esac
echo "$kernel_version"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment