Unverified Commit e98d3222 authored by Igor Pečovnik's avatar Igor Pečovnik Committed by GitHub
Browse files

Add Odroid N2 to meson64 upgrade

parent 6c01ab8f
...@@ -414,6 +414,7 @@ function other_kernel_version () ...@@ -414,6 +414,7 @@ function other_kernel_version ()
# Merged families # Merged families
[[ ${LINUXFAMILY} == cubox || ${LINUXFAMILY} == udoo ]] && LINUXFAMILY=imx6 [[ ${LINUXFAMILY} == cubox || ${LINUXFAMILY} == udoo ]] && LINUXFAMILY=imx6
[[ ${LINUXFAMILY} == odroidn2 ]] && LINUXFAMILY=meson64
# check what is available from the repository # check what is available from the repository
debconf-apt-progress -- apt-get update debconf-apt-progress -- apt-get update
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment