sun50iw2 legacy: Added legacy branch support

* Orange Pi Prime
* Orange Pi Pc 2
* Orange Pi Zero Plus
* Orange Pi Zero Plus 2
This commit is contained in:
leeboby
2021-03-30 10:43:08 +08:00
parent 1c80d59716
commit 43e17c040d
4 changed files with 8 additions and 5 deletions

View File

@@ -2,5 +2,6 @@
BOARD_NAME="Orange Pi PC2"
BOARDFAMILY="sun50iw2"
BOOTCONFIG="orangepi_pc2_defconfig"
KERNEL_TARGET="current"
MODULES_LEGACY="sunxi_gpiokey"
KERNEL_TARGET="legacy,current"
FULL_DESKTOP="yes"

View File

@@ -3,5 +3,6 @@ BOARD_NAME="Orange Pi Prime"
BOARDFAMILY="sun50iw2"
BOOTCONFIG="orangepi_prime_defconfig"
DEFAULT_OVERLAYS="analog-codec"
KERNEL_TARGET="current"
MODULES_LEGACY="8723bs sunxi_gpiokey"
KERNEL_TARGET="legacy,current"
FULL_DESKTOP="yes"

View File

@@ -5,6 +5,7 @@ BOOTCONFIG="orangepi_zero_plus_defconfig"
DEFAULT_CONSOLE="serial"
MODULES="g_serial"
MODULES_BLACKLIST="lima"
MODULES_LEGACY="8189fs"
SERIALCON="ttyS0,ttyGS0"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
KERNEL_TARGET="current"
KERNEL_TARGET="legacy,current"

View File

@@ -2,8 +2,8 @@
BOARD_NAME="Orange Pi Zero Plus 2"
BOARDFAMILY="sun50iw2"
BOOTCONFIG="orangepi_zero_plus2_defconfig"
MODULES_LEGACY="g_serial"
MODULES_LEGACY="bcmdhd"
MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="gpio-regulator-1.3v usbhost2 usbhost3"
SERIALCON="ttyS0,ttyGS0"
KERNEL_TARGET="current"
KERNEL_TARGET="legacy,current"