pkgsrc/sysutils/u-boot-cubietruck/Makefile
skrll 874bc7b4f2 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
2019-04-12 07:08:15 +00:00

9 lines
224 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/04/12 07:08:16 skrll Exp $
UBOOT_TARGET= cubietruck
UBOOT_CONFIG= Cubietruck_defconfig
UBOOT_BIN= u-boot-sunxi-with-spl.bin
PKGREVISION= 2
.include "../../sysutils/u-boot/u-boot-arm.mk"