armbian-build/config/boards/tinkerboard.conf
Alastair D'Silva 0451ec301b Where a board config uses a modern kernel and is already using
either stretch or bionic, enable both distributions.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2018-11-17 19:25:46 +11:00

15 lines
343 B
Plaintext

# RK3288 quad core 2GB Gbe WiFi eMMC
BOARD_NAME="Tinkerboard"
BOARDFAMILY="rockchip"
BOOTCONFIG="tinker-rk3288_defconfig"
#
MODULES="hci_uart rfcomm hidp 8723bs"
MODULES_NEXT=""
#
KERNEL_TARGET="default,next,dev"
CLI_TARGET="stretch,bionic:default,next"
DESKTOP_TARGET="stretch,bionic:default,next"
#
CLI_BETA_TARGET=""
DESKTOP_BETA_TARGET=""