armbian-build/config/boards/lime-a33.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
500 B
Plaintext

# A33 quad core 1Gb SoC
BOARD_NAME="Lime A33"
BOARDFAMILY="sun8i"
BOOTCONFIG="A33-OLinuXino_defconfig"
MODULES="hci_uart gpio_sunxi rfcomm hidp bonding spi_sun7i 8021q a20_tp"
MODULES_NEXT=""
OVERLAY_PREFIX="sun8i-a33"
#
KERNEL_TARGET="next"
CLI_TARGET="stretch:next"
DESKTOP_TARGET=""
#
RECOMMENDED="Debian_stretch_next:75"
#
BOARDRATING=""
HARDWARE="https://www.olimex.com/Products/OLinuXino/A33/A33-OLinuXino/open-source-hardware"
FORUMS="http://forum.armbian.com/index.php/forum/13-allwinner-h3"