summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beagleboard/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2019-04-12 07:08:15 +0000
committerskrll <skrll@pkgsrc.org>2019-04-12 07:08:15 +0000
commit2bdfc7609cf2e377b1329f09f88d22285e015492 (patch)
tree78edec7fbf5d02d27b843064ca07ce477f375a22 /sysutils/u-boot-beagleboard/Makefile
parent026cb4a2793c9527b56b1d15c276ae8707acbf6e (diff)
downloadpkgsrc-2bdfc7609cf2e377b1329f09f88d22285e015492.tar.gz
Backport a patch from u-boot mainline to support EFI GetVariable.
Add PKGREVISION to the UBOOT_VERSTION output Bump PKGREVISION for all 2018.11 packages
Diffstat (limited to 'sysutils/u-boot-beagleboard/Makefile')
-rw-r--r--sysutils/u-boot-beagleboard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-beagleboard/Makefile b/sysutils/u-boot-beagleboard/Makefile
index 612de46ae40..dad54597cda 100644
--- a/sysutils/u-boot-beagleboard/Makefile
+++ b/sysutils/u-boot-beagleboard/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2019/04/12 07:08:16 skrll Exp $
UBOOT_TARGET= beagleboard
UBOOT_CONFIG= omap3_beagle_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../sysutils/u-boot/u-boot-arm.mk"