summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-orangepi-plus2e
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2017-09-02 17:38:15 +0000
committerjmcneill <jmcneill@pkgsrc.org>2017-09-02 17:38:15 +0000
commite93896a1ddd75682a8c706e723d53f24e0df2b4e (patch)
tree818aa66d40345fe695ccf7838c7d5171f99b04bd /sysutils/u-boot-orangepi-plus2e
parent5fb3010889b0861e654f5ba881672ef7e7e123bb (diff)
downloadpkgsrc-e93896a1ddd75682a8c706e723d53f24e0df2b4e.tar.gz
Add support for sunxi DE2 simple framebuffers.
Diffstat (limited to 'sysutils/u-boot-orangepi-plus2e')
-rw-r--r--sysutils/u-boot-orangepi-plus2e/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-orangepi-plus2e/Makefile b/sysutils/u-boot-orangepi-plus2e/Makefile
index e4c69f9f5d3..3aa95269e7a 100644
--- a/sysutils/u-boot-orangepi-plus2e/Makefile
+++ b/sysutils/u-boot-orangepi-plus2e/Makefile
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2017/08/12 14:29:11 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/02 17:38:15 jmcneill Exp $
UBOOT_TARGET= orangepi-plus2e
UBOOT_CONFIG= orangepi_plus2e_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
+PKGREVISION= 1
+
.include "../../sysutils/u-boot/u-boot-arm.mk"