Skip to content
Permalink
Browse files
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
  • Loading branch information
ThomasKaiser committed Nov 4, 2017
1 parent 6f00f00 commit e7f363c363244da602a908903b9ad247d4c335f8
Showing with 5 additions and 5 deletions.
  1. +5 −5 config/boards/{orangepi-r1.wip → 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/"

0 comments on commit e7f363c

Please sign in to comment.