pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   rxg
Date:           Mon Apr  5 12:15:29 UTC 2021

Modified Files:
        pkgsrc/sysutils: Makefile

Log Message:
Initial import of u-boot-licheepi-zero version 2018.11.

U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the Lichee Pi Zero.


To generate a diff of this commit:
cvs rdiff -u -r1.946 -r1.947 pkgsrc/sysutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.946 pkgsrc/sysutils/Makefile:1.947
--- pkgsrc/sysutils/Makefile:1.946      Wed Mar 31 20:22:32 2021
+++ pkgsrc/sysutils/Makefile    Mon Apr  5 12:15:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.946 2021/03/31 20:22:32 pin Exp $
+# $NetBSD: Makefile,v 1.947 2021/04/05 12:15:29 rxg Exp $
 #
 
 COMMENT=       System utilities
@@ -717,6 +717,7 @@ SUBDIR+=    u-boot-libretech-all-h3-cc-h2-p
 SUBDIR+=       u-boot-libretech-all-h3-cc-h3
 SUBDIR+=       u-boot-libretech-all-h3-cc-h5
 SUBDIR+=       u-boot-libretech-cc
+SUBDIR+=       u-boot-licheepi-zero
 SUBDIR+=       u-boot-nanopi-duo2
 SUBDIR+=       u-boot-nanopi-m1
 SUBDIR+=       u-boot-nanopi-neo



Home | Main Index | Thread Index | Old Index