From 34b153d7adc0aa9c34db75a5d324bf03c4159b4b Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 20 Sep 2017 19:32:01 +0200 Subject: [PATCH] sunxi: build image for the NanoPi NEO The NanoPi NEO is a small Allwinner H3 based board available with different DRAM configurations. Signed-off-by: Daniel Golle --- target/linux/sunxi/image/cortex-a7.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/target/linux/sunxi/image/cortex-a7.mk b/target/linux/sunxi/image/cortex-a7.mk index 29c30ef494..d0b7aa04b6 100644 --- a/target/linux/sunxi/image/cortex-a7.mk +++ b/target/linux/sunxi/image/cortex-a7.mk @@ -118,6 +118,15 @@ endef TARGET_DEVICES += sun8i-h2-plus-orangepi-r1 +define Device/sun8i-h3-nanopi-neo + DEVICE_TITLE:=FriendlyARM NanoPi NEO + SUPPORTED_DEVICES:=friendlyarm,nanopi-neo + SUNXI_DTS:=sun8i-h3-nanopi-neo +endef + +TARGET_DEVICES += sun8i-h3-nanopi-neo + + define Device/sun8i-h3-orangepi-plus DEVICE_TITLE:=Xunlong Orange Pi Plus DEVICE_PACKAGES:=kmod-rtc-sunxi -- 2.30.2