aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-orangepi-one
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-orangepi-one
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-orangepi-one')
-rw-r--r--sysutils/u-boot-orangepi-one/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/sysutils/u-boot-orangepi-one/Makefile b/sysutils/u-boot-orangepi-one/Makefile
index 7a3c8fc7c33d..291134349278 100644
--- a/sysutils/u-boot-orangepi-one/Makefile
+++ b/sysutils/u-boot-orangepi-one/Makefile
@@ -1,14 +1,10 @@
# $FreeBSD$
-PKGNAMESUFFIX= -${MODEL}
+MAINTAINER= imp@FreeBSD.org
+MASTERDIR= ${.CURDIR}/../u-boot-master
-COMMENT= Cross-build U-Boot loader for OrangePi One
-
-LICENSE= GPLv2
-
-MASTERDIR= ${.CURDIR}/../u-boot-olimex-a20-som-evb
-DESCR= ${.CURDIR}/pkg-descr
MODEL= orangepi-one
BOARD_CONFIG= orangepi_one_defconfig
+FAMILY= allwinner
.include "${MASTERDIR}/Makefile"