projects
/
openwrt
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sunxi: add Orange Pi 2 support
[openwrt/openwrt.git]
/
package
/
boot
/
uboot-sunxi
/
Makefile
diff --git
a/package/boot/uboot-sunxi/Makefile
b/package/boot/uboot-sunxi/Makefile
index d986f6259c745edd2b0a0f715189ff1601617bae..c5337c93ec347dd5d8badb9a5ea5eb2f4eceb00d 100644
(file)
--- a/
package/boot/uboot-sunxi/Makefile
+++ b/
package/boot/uboot-sunxi/Makefile
@@
-150,6
+150,12
@@
define U-Boot/orangepi_plus
BUILD_DEVICES:=sun8i-h3-orangepi-plus
endef
BUILD_DEVICES:=sun8i-h3-orangepi-plus
endef
+define U-Boot/orangepi_2
+ BUILD_SUBTARGET:=cortexa7
+ NAME:=Orange Pi 2 (H3)
+ BUILD_DEVICES:=sun8i-h3-orangepi-2
+endef
+
define U-Boot/pangolin
BUILD_SUBTARGET:=cortexa7
NAME:=Theobroma A31-yQ7 devboard
define U-Boot/pangolin
BUILD_SUBTARGET:=cortexa7
NAME:=Theobroma A31-yQ7 devboard
@@
-185,6
+191,7
@@
UBOOT_TARGETS := \
nanopi_neo \
orangepi_r1 \
orangepi_plus \
nanopi_neo \
orangepi_r1 \
orangepi_plus \
+ orangepi_2 \
pangolin \
pine64_plus
pangolin \
pine64_plus