b87be0dd7e
In release 2019.01 a special config file was added for this board. Add the port and remove the mention of this board in the sopine pkg-descr file. Approved by: bapt (mentor, implicit)
9 lines
162 B
Makefile
9 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= pine64-lts
|
|
BOARD_CONFIG= pine64-lts_defconfig
|
|
FAMILY= allwinner64
|
|
|
|
.include "${MASTERDIR}/Makefile"
|