diff options
author | thorpej <thorpej@pkgsrc.org> | 2019-07-12 05:08:37 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2019-07-12 05:08:37 +0000 |
commit | 221450298de8edc1ea4e319f14c726fd59f10934 (patch) | |
tree | 626ec901bddab0e480cbdea05fbad2246ec3e9dc /sysutils/u-boot | |
parent | 7284b4aca788e576daf6dc2c4e3c08f3949ef4ea (diff) | |
download | pkgsrc-221450298de8edc1ea4e319f14c726fd59f10934.tar.gz |
Add u-boot packages for the Olimex A20-OLinuXino-LIME2. There are two
flavors, one for the standard board, and one for the board with the optional
eMMC module.
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r-- | sysutils/u-boot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/u-boot/Makefile b/sysutils/u-boot/Makefile index 5b7bfe4a8e9..67833829e21 100644 --- a/sysutils/u-boot/Makefile +++ b/sysutils/u-boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/06/20 19:56:24 jmcneill Exp $ +# $NetBSD: Makefile,v 1.18 2019/07/12 05:08:37 thorpej Exp $ # .include "../../sysutils/u-boot/u-boot-version.mk" @@ -18,6 +18,8 @@ META_PACKAGE= yes .include "../../mk/bsd.prefs.mk" DEPENDS+= u-boot-a10-olinuxino-lime-[0-9]*:../../sysutils/u-boot-a10-olinuxino-lime +DEPENDS+= u-boot-a20-olinuxino-lime2-[0-9]*:../../sysutils/u-boot-a20-olinuxino-lime2 +DEPENDS+= u-boot-a20-olinuxino-lime2-emmc-[0-9]*:../../sysutils/u-boot-a20-olinuxino-lime2-emmc DEPENDS+= u-boot-bananapi-m2-zero-[0-9]*:../../sysutils/u-boot-bananapi-m2-zero DEPENDS+= u-boot-bananapi-m3-[0-9]*:../../sysutils/u-boot-bananapi-m3 DEPENDS+= u-boot-bananapi-p2-zero-[0-9]*:../../sysutils/u-boot-bananapi-p2-zero |