aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormanu <manu@FreeBSD.org>2018-02-07 04:47:29 +0800
committermanu <manu@FreeBSD.org>2018-02-07 04:47:29 +0800
commit05185d362db93b049f0e859585a99e4df5e04f68 (patch)
treed03fd4a1c5dd14c81b2e7829a532091271c00781 /sysutils
parent3d815ea8446f23d490699ee0b5e41456503795a9 (diff)
downloadfreebsd-ports-gnome-05185d362db93b049f0e859585a99e4df5e04f68.tar.gz
freebsd-ports-gnome-05185d362db93b049f0e859585a99e4df5e04f68.tar.zst
freebsd-ports-gnome-05185d362db93b049f0e859585a99e4df5e04f68.zip
Use the correct config file name for duovero and pandaboard
Approved by: imp
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot-duovero/Makefile2
-rw-r--r--sysutils/u-boot-pandaboard/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot-duovero/Makefile b/sysutils/u-boot-duovero/Makefile
index ac9412d3bcb5..67be7317b01d 100644
--- a/sysutils/u-boot-duovero/Makefile
+++ b/sysutils/u-boot-duovero/Makefile
@@ -4,7 +4,7 @@ MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= duovero
-BOARD_CONFIG= duovero_config
+BOARD_CONFIG= duovero_defconfig
FAMILY= omap
.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/u-boot-pandaboard/Makefile b/sysutils/u-boot-pandaboard/Makefile
index 7e3a347d92ef..7d04f5e19f21 100644
--- a/sysutils/u-boot-pandaboard/Makefile
+++ b/sysutils/u-boot-pandaboard/Makefile
@@ -4,7 +4,7 @@ MAINTAINER= imp@FreeBSD.org
MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= pandaboard
-BOARD_CONFIG= omap4_panda_config
+BOARD_CONFIG= omap4_panda_defconfig
FAMILY= omap
.include "${MASTERDIR}/Makefile"