diff options
Diffstat (limited to 'sysutils/u-boot-nanopi-m1/Makefile')
-rw-r--r-- | sysutils/u-boot-nanopi-m1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/u-boot-nanopi-m1/Makefile b/sysutils/u-boot-nanopi-m1/Makefile index 7e037bd0766..aedc68a50c3 100644 --- a/sysutils/u-boot-nanopi-m1/Makefile +++ b/sysutils/u-boot-nanopi-m1/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2019/04/26 08:32:29 skrll Exp $ +# $NetBSD: Makefile,v 1.5 2019/05/07 14:06:24 thorpej Exp $ UBOOT_TARGET= nanopi-m1 UBOOT_CONFIG= nanopi_m1_defconfig UBOOT_BIN= u-boot-sunxi-with-spl.bin -PKGREVISION= 3 +UBOOT_INSTALLBOOT_PLIST=installboot.plist + +PKGREVISION= 4 .include "../../sysutils/u-boot/u-boot-arm.mk" |