2017-07-15 22:53:20 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013-2016 OpenWrt.org
|
|
|
|
# Copyright (C) 2016 Yousong Zhou
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2019-12-06 00:11:56 +01:00
|
|
|
define Device/friendlyarm_nanopi-neo-plus2
|
2019-07-05 22:26:00 -04:00
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := NanoPi NEO Plus2
|
2017-12-28 18:21:15 +01:00
|
|
|
SUPPORTED_DEVICES:=nanopi-neo-plus2
|
2019-12-06 00:47:18 +01:00
|
|
|
SUNXI_DTS_DIR := allwinner/
|
2019-12-20 01:18:44 +01:00
|
|
|
SOC := sun50i-h5
|
2017-12-28 18:21:15 +01:00
|
|
|
KERNEL_NAME := Image
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
endef
|
2019-12-06 00:11:56 +01:00
|
|
|
TARGET_DEVICES += friendlyarm_nanopi-neo-plus2
|
2017-12-28 18:21:15 +01:00
|
|
|
|
2019-12-06 00:11:56 +01:00
|
|
|
define Device/friendlyarm_nanopi-neo2
|
2019-07-05 22:26:00 -04:00
|
|
|
DEVICE_VENDOR := FriendlyARM
|
|
|
|
DEVICE_MODEL := NanoPi NEO2
|
2018-09-19 22:31:26 +02:00
|
|
|
SUPPORTED_DEVICES:=nanopi-neo2
|
2019-12-06 00:47:18 +01:00
|
|
|
SUNXI_DTS_DIR := allwinner/
|
2019-12-20 01:18:44 +01:00
|
|
|
SOC := sun50i-h5
|
2018-09-19 22:31:26 +02:00
|
|
|
KERNEL_NAME := Image
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
endef
|
2019-12-06 00:11:56 +01:00
|
|
|
TARGET_DEVICES += friendlyarm_nanopi-neo2
|
2018-09-19 22:31:26 +02:00
|
|
|
|
2019-12-06 00:11:56 +01:00
|
|
|
define Device/pine64_pine64-plus
|
2019-07-05 22:26:00 -04:00
|
|
|
DEVICE_VENDOR := Pine64
|
|
|
|
DEVICE_MODEL := Pine64+
|
2019-12-06 00:47:18 +01:00
|
|
|
SUNXI_DTS_DIR := allwinner/
|
2019-12-20 01:18:44 +01:00
|
|
|
SOC := sun50i-a64
|
2017-07-15 22:53:20 +02:00
|
|
|
KERNEL_NAME := Image
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
endef
|
2019-12-06 00:11:56 +01:00
|
|
|
TARGET_DEVICES += pine64_pine64-plus
|
2017-07-15 22:53:20 +02:00
|
|
|
|
2019-12-06 00:11:56 +01:00
|
|
|
define Device/pine64_sopine-baseboard
|
2019-07-05 22:26:00 -04:00
|
|
|
DEVICE_VENDOR := Pine64
|
|
|
|
DEVICE_MODEL := SoPine
|
2019-12-06 00:47:18 +01:00
|
|
|
SUNXI_DTS_DIR := allwinner/
|
2019-12-20 01:18:44 +01:00
|
|
|
SOC := sun50i-a64
|
2018-03-19 17:52:46 +08:00
|
|
|
KERNEL_NAME := Image
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
endef
|
2019-12-06 00:11:56 +01:00
|
|
|
TARGET_DEVICES += pine64_sopine-baseboard
|
2018-03-19 17:52:46 +08:00
|
|
|
|
2020-01-23 14:21:19 +01:00
|
|
|
define Device/xunlong_orangepi-pc2
|
2019-07-05 22:26:00 -04:00
|
|
|
DEVICE_VENDOR := Xunlong
|
2020-01-23 14:21:19 +01:00
|
|
|
DEVICE_MODEL := Orange Pi PC 2
|
2019-12-06 00:47:18 +01:00
|
|
|
SUNXI_DTS_DIR := allwinner/
|
2019-12-20 01:18:44 +01:00
|
|
|
SOC := sun50i-h5
|
2018-01-27 23:46:50 +01:00
|
|
|
KERNEL_NAME := Image
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
endef
|
2020-01-23 14:21:19 +01:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-pc2
|
2018-01-27 23:46:50 +01:00
|
|
|
|
2020-01-23 14:21:19 +01:00
|
|
|
define Device/xunlong_orangepi-zero-plus
|
2019-07-05 22:26:00 -04:00
|
|
|
DEVICE_VENDOR := Xunlong
|
2020-01-23 14:21:19 +01:00
|
|
|
DEVICE_MODEL := Orange Pi Zero Plus
|
2019-12-06 00:47:18 +01:00
|
|
|
SUNXI_DTS_DIR := allwinner/
|
2019-12-20 01:18:44 +01:00
|
|
|
SOC := sun50i-h5
|
2018-07-30 11:33:03 +02:00
|
|
|
KERNEL_NAME := Image
|
|
|
|
KERNEL := kernel-bin
|
|
|
|
endef
|
2020-01-23 14:21:19 +01:00
|
|
|
TARGET_DEVICES += xunlong_orangepi-zero-plus
|