svn commit: r461102 - in head/sysutils: u-boot-duovero u-boot-pandaboard

Emmanuel Vadot manu at FreeBSD.org
Tue Feb 6 20:47:30 UTC 2018


Author: manu (src committer)
Date: Tue Feb  6 20:47:29 2018
New Revision: 461102
URL: https://svnweb.freebsd.org/changeset/ports/461102

Log:
  Use the correct config file name for duovero and pandaboard
  
  Approved by:	imp

Modified:
  head/sysutils/u-boot-duovero/Makefile
  head/sysutils/u-boot-pandaboard/Makefile

Modified: head/sysutils/u-boot-duovero/Makefile
==============================================================================
--- head/sysutils/u-boot-duovero/Makefile	Tue Feb  6 20:36:14 2018	(r461101)
+++ head/sysutils/u-boot-duovero/Makefile	Tue Feb  6 20:47:29 2018	(r461102)
@@ -4,7 +4,7 @@ MAINTAINER=	imp at FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		duovero
-BOARD_CONFIG=	duovero_config
+BOARD_CONFIG=	duovero_defconfig
 FAMILY=		omap
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/u-boot-pandaboard/Makefile
==============================================================================
--- head/sysutils/u-boot-pandaboard/Makefile	Tue Feb  6 20:36:14 2018	(r461101)
+++ head/sysutils/u-boot-pandaboard/Makefile	Tue Feb  6 20:47:29 2018	(r461102)
@@ -4,7 +4,7 @@ MAINTAINER=	imp at FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		pandaboard
-BOARD_CONFIG=	omap4_panda_config
+BOARD_CONFIG=	omap4_panda_defconfig
 FAMILY=		omap
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list