From 6be73c07dbd69d49493d69bbd7978ec3d89bef56 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens <hauke@hauke-m.de> Date: Sat, 27 Jan 2018 23:46:50 +0100 Subject: sunxi: Add Xunlong Orange Pi Zero Plus This is based on a patch from armbian: https://github.com/armbian/build/blob/master/patch/kernel/sunxi-next/sunxi-add-orangepi-zero-plus.patch Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- target/linux/sunxi/image/cortex-a53.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/sunxi/image') diff --git a/target/linux/sunxi/image/cortex-a53.mk b/target/linux/sunxi/image/cortex-a53.mk index eb31aa8d4c..cd103d47d0 100644 --- a/target/linux/sunxi/image/cortex-a53.mk +++ b/target/linux/sunxi/image/cortex-a53.mk @@ -27,4 +27,15 @@ endef TARGET_DEVICES += sun50i-a64-pine64-plus + +define Device/sun50i-h5-orangepi-zero-plus + DEVICE_TITLE:=Xunlong Orange Pi Zero Plus + SUPPORTED_DEVICES:=xunlong,orangepi-zero-plus + SUNXI_DTS:=allwinner/sun50i-h5-orangepi-zero-plus + KERNEL_NAME := Image + KERNEL := kernel-bin +endef + +TARGET_DEVICES += sun50i-h5-orangepi-zero-plus + endif -- cgit v1.2.3