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/u-boot | |
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/u-boot')
-rw-r--r-- | sysutils/u-boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/u-boot/Makefile b/sysutils/u-boot/Makefile index ae5f46e0235..f76238ed1b1 100644 --- a/sysutils/u-boot/Makefile +++ b/sysutils/u-boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/10/29 09:56:22 jmcneill Exp $ +# $NetBSD: Makefile,v 1.9 2019/04/19 10:39:53 jmcneill Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -27,6 +27,7 @@ DEPENDS+= u-boot-hummingbird-a31-[0-9]*:../../sysutils/u-boot-hummingbird-a31 DEPENDS+= u-boot-jetson-tk1-[0-9]*:../../sysutils/u-boot-jetson-tk1 DEPENDS+= u-boot-jetson-tx1-[0-9]*:../../sysutils/u-boot-jetson-tx1 DEPENDS+= u-boot-jetson-tx2-[0-9]*:../../sysutils/u-boot-jetson-tx2 +DEPENDS+= u-boot-libretech-cc-[0-9]*:../../sysutils/u-boot-libretech-cc DEPENDS+= u-boot-nanopi-m1-[0-9]*:../../sysutils/u-boot-nanopi-m1 DEPENDS+= u-boot-nanopi-neo-plus2-[0-9]*:../../sysutils/u-boot-nanopi-neo-plus2 DEPENDS+= u-boot-nanopi-neo-[0-9]*:../../sysutils/u-boot-nanopi-neo |