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

Adjust exceptions

parent 2047d44d
...@@ -418,7 +418,8 @@ function other_kernel_version () ...@@ -418,7 +418,8 @@ function other_kernel_version ()
[[ ${LINUXFAMILY} == pine64 ]] && LINUXFAMILY=sunxi64 [[ ${LINUXFAMILY} == pine64 ]] && LINUXFAMILY=sunxi64
[[ ${LINUXFAMILY} == sun*iw* ]] && LINUXFAMILY=sunxi64 [[ ${LINUXFAMILY} == sun*iw* ]] && LINUXFAMILY=sunxi64
[[ ${LINUXFAMILY} == cubox || ${LINUXFAMILY} == udoo ]] && LINUXFAMILY=imx6 [[ ${LINUXFAMILY} == cubox || ${LINUXFAMILY} == udoo ]] && LINUXFAMILY=imx6
[[ ${LINUXFAMILY} == odroidn2 || ${LINUXFAMILY} == odroidc2 ]] && LINUXFAMILY=meson64 && HIDDEN="legacy" [[ ${BOARD} == odroidc2 || ${BOARD} == kvim1 || ${BOARD} == lafrite || ${BOARD} == lepotato || ${BOARD} == nanopik2-s905 ]] && HIDDEN="legacy"
[[ ${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