aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-bananapi
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-01-12 22:49:08 +0000
committerWarner Losh <imp@FreeBSD.org>2017-01-12 22:49:08 +0000
commit1907015066bf9a3000bb4b9f2d32a3c38ae4c87b (patch)
treef8b977acfe275d2ed296890873e90290c66e9e79 /sysutils/u-boot-bananapi
parentb480c8f41765ad7191e4ae88f25ce303c8e82e8b (diff)
downloadports-1907015066bf9a3000bb4b9f2d32a3c38ae4c87b.tar.gz
ports-1907015066bf9a3000bb4b9f2d32a3c38ae4c87b.zip
Convert all the allwinnner-based u-boot boards over to
u-boot-master. Upgrade u-boot-master to cope with the allwinner u-boot port's needs for more tools.
Notes
Notes: svn path=/head/; revision=431327
Diffstat (limited to 'sysutils/u-boot-bananapi')
-rw-r--r--sysutils/u-boot-bananapi/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/u-boot-bananapi/Makefile b/sysutils/u-boot-bananapi/Makefile
index 23f173ee2cb4..05e71ddcafca 100644
--- a/sysutils/u-boot-bananapi/Makefile
+++ b/sysutils/u-boot-bananapi/Makefile
@@ -1,15 +1,10 @@
# $FreeBSD$
-PKGNAMESUFFIX= -bananapi
+MAINTAINER= imp@FreeBSD.org
+MASTERDIR= ${.CURDIR}/../u-boot-master
-COMMENT= Cross-build U-Boot loader for Banana Pi
-
-LICENSE= GPLv2
-
-# Local overrides
-MASTERDIR= ${.CURDIR}/../u-boot-cubieboard
-DESCR= ${.CURDIR}/pkg-descr
MODEL= bananapi
-CONF_TARGET= Bananapi_defconfig
+BOARD_CONFIG= Bananapi_defconfig
+FAMILY= allwinner
.include "${MASTERDIR}/Makefile"