OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2013-2016 OpenWrt.org |
||
3 | # Copyright (C) 2016 Yousong Zhou |
||
4 | # |
||
5 | # This is free software, licensed under the GNU General Public License v2. |
||
6 | # See /LICENSE for more information. |
||
7 | # |
||
8 | ifeq ($(SUBTARGET),cortexa53) |
||
9 | |||
10 | define Device/sun50i-h5-nanopi-neo-plus2 |
||
11 | DEVICE_TITLE:=Nanopi NEO Plus2 (H5) |
||
12 | SUPPORTED_DEVICES:=nanopi-neo-plus2 |
||
13 | SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo-plus2 |
||
14 | KERNEL_NAME := Image |
||
15 | KERNEL := kernel-bin |
||
16 | endef |
||
17 | |||
18 | TARGET_DEVICES += sun50i-h5-nanopi-neo-plus2 |
||
19 | |||
20 | define Device/sun50i-h5-nanopi-neo2 |
||
21 | DEVICE_TITLE:=Nanopi NEO2 (H5) |
||
22 | SUPPORTED_DEVICES:=nanopi-neo2 |
||
23 | SUNXI_DTS:=allwinner/sun50i-h5-nanopi-neo2 |
||
24 | KERNEL_NAME := Image |
||
25 | KERNEL := kernel-bin |
||
26 | endef |
||
27 | |||
28 | TARGET_DEVICES += sun50i-h5-nanopi-neo2 |
||
29 | |||
30 | define Device/sun50i-a64-pine64-plus |
||
31 | DEVICE_TITLE:=Pine64 Plus A64 |
||
32 | SUPPORTED_DEVICES:=pine64,pine64-plus |
||
33 | SUNXI_DTS:=allwinner/sun50i-a64-pine64-plus |
||
34 | KERNEL_NAME := Image |
||
35 | KERNEL := kernel-bin |
||
36 | endef |
||
37 | |||
38 | TARGET_DEVICES += sun50i-a64-pine64-plus |
||
39 | |||
40 | define Device/sun50i-a64-sopine-baseboard |
||
41 | DEVICE_TITLE:=Pine64 Sopine |
||
42 | SUPPORTED_DEVICES:=pine64,sopine-baseboard |
||
43 | SUNXI_DTS:=allwinner/sun50i-a64-sopine-baseboard |
||
44 | KERNEL_NAME := Image |
||
45 | KERNEL := kernel-bin |
||
46 | endef |
||
47 | |||
48 | TARGET_DEVICES += sun50i-a64-sopine-baseboard |
||
49 | |||
50 | |||
51 | define Device/sun50i-h5-orangepi-zero-plus |
||
52 | DEVICE_TITLE:=Xunlong Orange Pi Zero Plus |
||
53 | SUPPORTED_DEVICES:=xunlong,orangepi-zero-plus |
||
54 | SUNXI_DTS:=allwinner/sun50i-h5-orangepi-zero-plus |
||
55 | KERNEL_NAME := Image |
||
56 | KERNEL := kernel-bin |
||
57 | endef |
||
58 | |||
59 | TARGET_DEVICES += sun50i-h5-orangepi-zero-plus |
||
60 | |||
61 | define Device/sun50i-h5-orangepi-pc2 |
||
62 | DEVICE_TITLE:=Xunlong Orange Pi PC2 |
||
63 | SUPPORTED_DEVICES:=xunlong,orangepi-pc2 |
||
64 | SUNXI_DTS:=allwinner/sun50i-h5-orangepi-pc2 |
||
65 | KERNEL_NAME := Image |
||
66 | KERNEL := kernel-bin |
||
67 | endef |
||
68 | |||
69 | TARGET_DEVICES += sun50i-h5-orangepi-pc2 |
||
70 | |||
71 | endif |