armbian-build/config/boards/nanopiair.conf
Igor Pečovnik 0cdffb29b0
Renaming DEV branch to EDGE (#2704)
* Change DEV to EDGE
* Renaming patches dev folder to edge
* Move patches into subdir where they will be archived.
* Relink patch directories properly
2021-03-24 19:01:53 +01:00

12 lines
329 B
Plaintext

# Allwinner H3 quad core 512MB RAM SoC headless WiFi/BT eMMC
BOARD_NAME="NanoPi Air"
BOARDFAMILY="sun8i"
BOOTCONFIG="nanopi_neo_air_defconfig"
MODULES="g_serial"
MODULES_BLACKLIST="lima"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
BUILD_DESKTOP="no"
KERNEL_TARGET="legacy,current,edge"