diff options
-rw-r--r-- | main/u-boot/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD index 5fbb767432..bf99cc45cb 100644 --- a/main/u-boot/APKBUILD +++ b/main/u-boot/APKBUILD @@ -1,9 +1,10 @@ +# Contributor: He Yangxuan <yangxuan8282@gmail.com> # Contributor: William Pitcock <nenolod@dereferenced.org> # Contributor: Timo Teras <timo.teras@iki.fi> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=u-boot pkgver=2018.05 -pkgrel=1 +pkgrel=2 pkgdesc="u-boot bootloader common files" url="http://www.denx.de/wiki/U-Boot/" arch="armhf aarch64" @@ -24,11 +25,12 @@ armhf) board_configs=" beagleboard:am335x_boneblack cubieboard:Cubieboard,Cubieboard2 cuboxi:mx6cuboxi - raspberrypi:rpi,rpi_2,rpi_3_32b + raspberrypi:rpi_0_w,rpi,rpi_2,rpi_3_32b wandboard:wandboard ";; aarch64) board_configs=" thunderx:thunderx_88xx + raspberrypi:rpi_3 ";; esac |