From 0a0f54174b80f9e15e9b17a020ccbe91a6055fe6 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 10 Nov 2017 16:00:43 +0100 Subject: [PATCH] Disable desktop target on Neo2+ and switch to Stretch --- config/boards/nanopineoplus2.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/boards/nanopineoplus2.conf b/config/boards/nanopineoplus2.conf index c27ea5cbe8..3489398674 100644 --- a/config/boards/nanopineoplus2.conf +++ b/config/boards/nanopineoplus2.conf @@ -9,14 +9,16 @@ DEFAULT_OVERLAYS="usbhost1 usbhost2" CPUMIN="480000" CPUMAX="1008000" # +BUILD_DESKTOP="no" +# KERNEL_TARGET="next,dev" CLI_TARGET="" DESKTOP_TARGET="" # -CLI_BETA_TARGET="xenial:next" +CLI_BETA_TARGET="stretch:next" DESKTOP_BETA_TARGET="" # -RECOMMENDED="Ubuntu_xenial_next_nightly:80" +RECOMMENDED="Debian_stretch_next_nightly:60" # BOARDRATING="" CHIP="https://docs.armbian.com/Hardware_Allwinner-H5-A64/"