[source] sunxi: build image for the NanoPi NEO
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 8 09:09:36 PDT 2017
dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/34b153d7adc0aa9c34db75a5d324bf03c4159b4b
commit 34b153d7adc0aa9c34db75a5d324bf03c4159b4b
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Sep 20 19:32:01 2017 +0200
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 <daniel at makrotopia.org>
---
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 29c30ef..d0b7aa0 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
More information about the lede-commits
mailing list