OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
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-a64-pine64-plus
21 DEVICE_TITLE:=Pine64 Plus A64
22 SUPPORTED_DEVICES:=pine64,pine64-plus
23 SUNXI_DTS:=allwinner/sun50i-a64-pine64-plus
24 KERNEL_NAME := Image
25 KERNEL := kernel-bin
26 endef
27  
28 TARGET_DEVICES += sun50i-a64-pine64-plus
29  
30 define Device/sun50i-a64-sopine-baseboard
31 DEVICE_TITLE:=Pine64 Sopine
32 SUPPORTED_DEVICES:=pine64,sopine-baseboard
33 SUNXI_DTS:=allwinner/sun50i-a64-sopine-baseboard
34 KERNEL_NAME := Image
35 KERNEL := kernel-bin
36 endef
37  
38 TARGET_DEVICES += sun50i-a64-sopine-baseboard
39  
40  
41 define Device/sun50i-h5-orangepi-zero-plus
42 DEVICE_TITLE:=Xunlong Orange Pi Zero Plus
43 SUPPORTED_DEVICES:=xunlong,orangepi-zero-plus
44 SUNXI_DTS:=allwinner/sun50i-h5-orangepi-zero-plus
45 KERNEL_NAME := Image
46 KERNEL := kernel-bin
47 endef
48  
49 TARGET_DEVICES += sun50i-h5-orangepi-zero-plus
50  
51 endif