sunxi: add Orange Pi 2 support
[openwrt/openwrt.git] / target / linux / sunxi / image / cortex-a53.mk
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-a64-pine64-plus
11 DEVICE_TITLE:=Pine64 Plus A64
12 SUPPORTED_DEVICES:=pine64,pine64-plus
13 SUNXI_DTS:=allwinner/sun50i-a64-pine64-plus
14 KERNEL_NAME := Image
15 KERNEL := kernel-bin
16 endef
17
18 TARGET_DEVICES += sun50i-a64-pine64-plus
19
20 endif