armbian-build/config/boards/lime.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

19 lines
585 B
Plaintext

# A20 dual core 512Mb SoC
BOARD_NAME="Lime"
BOARDFAMILY="sun7i"
BOOTCONFIG="A20-OLinuXino-Lime_defconfig"
#
MODULES="hci_uart gpio_sunxi rfcomm hidp bonding spi_sun7i 8021q a20_tp"
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=""
CHIP="http://docs.armbian.com/Hardware_Allwinner-A20/"
HARDWARE="https://linux-sunxi.org/Olimex_A20-OLinuXino-Lime"
FORUMS="http://forum.armbian.com/index.php/forum/7-allwinner-a10a20/"