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
This commit is contained in:
ThomasKaiser 2017-11-04 18:34:38 +01:00
parent 6f00f00be7
commit e7f363c363

View file

@ -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/"