index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
boot
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Luis Araneda <luaraneda@gmail.com>
2017-10-19 00:18:38 -0300
committer
John Crispin <john@phrozen.org>
2017-11-17 08:20:06 +0100
commit
bf6b3afa8cb06a3a11ffcce88c5b0fe98ed6e9f2
(
patch
)
tree
c349d648246f5a23bedad1a4095d30996f867f4f
/
package/boot
parent
8bb33f3c98deba94b5ff0e708eadfb13c749ddb3
(
diff
)
uboot-sunxi: add NanoPi M1 Plus board
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
Diffstat
(limited to 'package/boot')
-rw-r--r--
package/boot/uboot-sunxi/Makefile
7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
index c5337c93ec..57bd67a3ae 100644
--- a/
package/boot/uboot-sunxi/Makefile
+++ b/
package/boot/uboot-sunxi/Makefile
@@ -132,6 +132,12 @@ define U-Boot/Lamobo_R1
BUILD_DEVICES:=sun7i-a20-lamobo-r1
endef
+define U-Boot/nanopi_m1_plus
+ BUILD_SUBTARGET:=cortexa7
+ NAME:=NanoPi M1 Plus (H3)
+ BUILD_DEVICES:=sun8i-h3-nanopi-m1-plus
+endef
+
define U-Boot/nanopi_neo
BUILD_SUBTARGET:=cortexa7
NAME:=U-Boot for NanoPi NEO (H3)
@@ -188,6 +194,7 @@ UBOOT_TARGETS := \
Linksprite_pcDuino \
Linksprite_pcDuino3 \
Lamobo_R1 \
+ nanopi_m1_plus \
nanopi_neo \
orangepi_r1 \
orangepi_plus \