summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-beagleboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/u-boot-beagleboard/Makefile')
-rw-r--r--sysutils/u-boot-beagleboard/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot-beagleboard/Makefile b/sysutils/u-boot-beagleboard/Makefile
index e73b1603897..612de46ae40 100644
--- a/sysutils/u-boot-beagleboard/Makefile
+++ b/sysutils/u-boot-beagleboard/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2017/08/26 19:56:36 sevan Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/31 15:06:44 jmcneill Exp $
UBOOT_TARGET= beagleboard
UBOOT_CONFIG= omap3_beagle_defconfig
UBOOT_BIN= u-boot.img
UBOOT_BIN+= MLO
+PKGREVISION= 1
+
.include "../../sysutils/u-boot/u-boot-arm.mk"