armbian-build/config/boards/udoo.conf
ThomasKaiser c8b2eaa893 Introduce BOARDFAMILY and base LINUXFAMILY on this
https://forum.armbian.com/topic/5759-535-bug-questions-collection/ -- logic should also work with legacy kernels and shouldn't break based on DT contents
2017-11-26 23:05:18 +01:00

18 lines
535 B
Plaintext

# Freescale iMx dual/quad core Wifi
BOARD_NAME="Udoo"
BOARDFAMILY="udoo"
BOOTCONFIG="udoo_qdl_config"
MODULES="bonding"
MODULES_NEXT=""
#
KERNEL_TARGET="default,next,dev"
CLI_TARGET="xenial,jessie:default,next"
DESKTOP_TARGET="xenial:default,next"
#
RECOMMENDED="Ubuntu_xenial_next_desktop:90,Ubuntu_xenial_next:90"
#
BOARDRATING=""
CHIP="http://docs.armbian.com/Hardware_Freescale-imx6/#udoo-quad"
HARDWARE="http://www.udoo.org/docs/Introduction/Introduction.html"
FORUMS="http://forum.armbian.com/index.php/forum/5-freescale-imx6x/"