armbian-build/config/boards/cubieboard.eos
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
506 B
Plaintext

# A10 single core 1Gb SoC
BOARD_NAME="Cubieboard"
BOARDFAMILY="sun4i"
BOOTCONFIG="Cubieboard_config"
#
MODULES="hci_uart gpio_sunxi rfcomm hidp sunxi-ir bonding spi_sunxi"
MODULES_NEXT="bonding"
#
KERNEL_TARGET="default,next,dev"
CLI_TARGET="stretch,xenial:next"
DESKTOP_TARGET="xenial:default,next"
#
RECOMMENDED="Ubuntu_xenial_default_desktop:90,Debian_stretch_next:100"
#
BOARDRATING=""
HARDWARE="https://linux-sunxi.org/Cubieboard"
FORUMS="http://forum.armbian.com/index.php/forum/7-allwinner-a10a20/"