diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2019-04-19 10:39:53 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2019-04-19 10:39:53 +0000 |
commit | b5d266b1f8f230a025a11abab34b862b7dfce049 (patch) | |
tree | d56fc5acae25670525c28cab7fb6da9b5e715c5c /sysutils/Makefile | |
parent | a1a5a4fda6ccd8c8e08ca0d9b6c95115255a7572 (diff) | |
download | pkgsrc-b5d266b1f8f230a025a11abab34b862b7dfce049.tar.gz |
Add U-Boot package for the Libre Computer AML-S905X-CC (Le Potato)
single board computer.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ab5b4230547..0983aff48ac 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.805 2019/03/21 13:35:24 leot Exp $ +# $NetBSD: Makefile,v 1.806 2019/04/19 10:39:53 jmcneill Exp $ # COMMENT= System utilities @@ -633,6 +633,7 @@ SUBDIR+= u-boot-hummingbird-a31 SUBDIR+= u-boot-jetson-tk1 SUBDIR+= u-boot-jetson-tx1 SUBDIR+= u-boot-jetson-tx2 +SUBDIR+= u-boot-libretech-cc SUBDIR+= u-boot-nanopi-m1 SUBDIR+= u-boot-nanopi-neo SUBDIR+= u-boot-nanopi-neo-plus2 |