diff options
Diffstat (limited to 'target/linux/sunxi/image')
-rw-r--r-- | target/linux/sunxi/image/cortex-a53.mk | 11 |
1 files changed, 11 insertions, 0 deletions
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 |