Package u-boot for the BananaPI M2 Ultra.
Also switch from ftp to https for source. ok jsg@ kettenis@
This commit is contained in:
parent
1587e57fd6
commit
2716b3f986
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2019/07/30 17:55:47 kettenis Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2019/09/05 16:23:49 jsing Exp $
|
||||
|
||||
BROKEN-sparc64= Error: the specified option is not accepted in ISB at operand 1 -- isb sy
|
||||
|
||||
@ -7,7 +7,7 @@ FLAVOR?= arm
|
||||
|
||||
COMMENT= U-Boot firmware
|
||||
VERSION= 2019.07
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
DISTNAME= u-boot-${VERSION}
|
||||
PKGNAME= u-boot-${FLAVOR}-${VERSION:S/-//}
|
||||
FULLPKGNAME= ${PKGNAME}
|
||||
@ -18,7 +18,7 @@ MAINTAINER= Jonathan Gray <jsg@openbsd.org>
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/
|
||||
MASTER_SITES= https://ftp.denx.de/pub/u-boot/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -83,6 +83,7 @@ SUNXI=\
|
||||
A20-OLinuXino-Lime2-eMMC \
|
||||
A20-OLinuXino_MICRO \
|
||||
Bananapi \
|
||||
Bananapi_M2_Ultra \
|
||||
Bananapi_m2m \
|
||||
bananapi_m2_plus_h3 \
|
||||
bananapi_m2_zero \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.arm,v 1.18 2019/07/28 06:57:20 jsg Exp $
|
||||
@comment $OpenBSD: PFRAG.arm,v 1.19 2019/09/05 16:23:49 jsing Exp $
|
||||
@pkgpath sysutils/u-boot,
|
||||
share/u-boot/
|
||||
share/u-boot/A10-OLinuXino-Lime/
|
||||
@ -43,6 +43,12 @@ share/u-boot/Bananapi/u-boot
|
||||
share/u-boot/Bananapi/u-boot-sunxi-with-spl.bin
|
||||
share/u-boot/Bananapi/u-boot.bin
|
||||
share/u-boot/Bananapi/u-boot.img
|
||||
share/u-boot/Bananapi_M2_Ultra/
|
||||
share/u-boot/Bananapi_M2_Ultra/sunxi-spl.bin
|
||||
share/u-boot/Bananapi_M2_Ultra/u-boot
|
||||
share/u-boot/Bananapi_M2_Ultra/u-boot-sunxi-with-spl.bin
|
||||
share/u-boot/Bananapi_M2_Ultra/u-boot.bin
|
||||
share/u-boot/Bananapi_M2_Ultra/u-boot.img
|
||||
share/u-boot/Bananapi_m2m/
|
||||
share/u-boot/Bananapi_m2m/sunxi-spl.bin
|
||||
share/u-boot/Bananapi_m2m/u-boot
|
||||
|
Loading…
x
Reference in New Issue
Block a user