From e7f363c363244da602a908903b9ad247d4c335f8 Mon Sep 17 00:00:00 2001 From: ThomasKaiser <github@kaiser-edv.de> Date: Sat, 4 Nov 2017 18:34:38 +0100 Subject: [PATCH] Finalize OPi R1 support for now with 3.4 kernel only For mainline kernel support 8189es driver needs tweaks but since we're in the process of moving from 4.13 to 4.14 this will take another few weeks --- config/boards/{orangepi-r1.wip => orangepi-r1.conf} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename config/boards/{orangepi-r1.wip => orangepi-r1.conf} (70%) diff --git a/config/boards/orangepi-r1.wip b/config/boards/orangepi-r1.conf similarity index 70% rename from config/boards/orangepi-r1.wip rename to config/boards/orangepi-r1.conf index 6534052b8..1e5b1963d 100644 --- a/config/boards/orangepi-r1.wip +++ b/config/boards/orangepi-r1.conf @@ -1,4 +1,4 @@ -# H2+ quad core 256/512MB Wi-Fi + dual Ethernet +# H2+ quad core 256MB Wi-Fi + dual Ethernet BOARD_NAME="Orange Pi R1" LINUXFAMILY="sun8i" BOOTCONFIG="orangepi_zero_defconfig" @@ -11,12 +11,12 @@ CPUMIN=240000 CPUMAX=1200000 BUILD_DESKTOP="no" # -KERNEL_TARGET="default,next,dev" -CLI_TARGET="jessie,xenial:default,next" +KERNEL_TARGET="default,next" +CLI_TARGET="jessie,xenial:default" -CLI_BETA_TARGET="xenial:next" +CLI_BETA_TARGET="jessie,xenial:default" # -RECOMMENDED="Ubuntu_xenial_default:90,Ubuntu_xenial_next:75" +RECOMMENDED="Ubuntu_xenial_default:90" # BOARDRATING="" CHIP="http://docs.armbian.com/Hardware_Allwinner-H3/"