diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2017-11-18 18:38:48 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2017-11-18 18:38:48 +0000 |
commit | e9cc20718ad626383e8b5c52bbdcf0b3ebdd96ee (patch) | |
tree | 885a7f0f0b7c905cb713b89d12c75db738c97c73 /sysutils/Makefile | |
parent | 07809b6dc091cb1776c8100f5ca743b258682811 (diff) | |
download | pkgsrc-e9cc20718ad626383e8b5c52bbdcf0b3ebdd96ee.tar.gz |
Rename u-boot-sinovoip-bpi-m3 to u-boot-bananapi-m3 -- upstream made the
same name change to the .dts files.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1deff28669c..f0a289bd348 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.738 2017/11/06 22:14:01 jmcneill Exp $ +# $NetBSD: Makefile,v 1.739 2017/11/18 18:38:48 jmcneill Exp $ # COMMENT= System utilities @@ -591,6 +591,7 @@ SUBDIR+= ts #SUBDIR+= u-boot # only contains Makefile fragments SUBDIR+= u-boot-a10-olinuxino-lime SUBDIR+= u-boot-bananapi +SUBDIR+= u-boot-bananapi-m3 SUBDIR+= u-boot-beagleboard SUBDIR+= u-boot-beagleboneblack SUBDIR+= u-boot-beaglebonewhite @@ -609,7 +610,6 @@ SUBDIR+= u-boot-orangepi-plus2e SUBDIR+= u-boot-pine64 SUBDIR+= u-boot-pinebook SUBDIR+= u-boot-pocketchip -SUBDIR+= u-boot-sinovoip-bpi-m3 SUBDIR+= upower SUBDIR+= ups-nut SUBDIR+= ups-nut-cgi |