diff options
-rw-r--r-- | main/u-boot/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD index 8319f2429b..7aa6426752 100644 --- a/main/u-boot/APKBUILD +++ b/main/u-boot/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=u-boot pkgver=2018.05 -pkgrel=2 +pkgrel=3 pkgdesc="u-boot bootloader common files" url="http://www.denx.de/wiki/U-Boot/" arch="armhf armv7 aarch64" @@ -31,6 +31,7 @@ arm*) board_configs=" aarch64) board_configs=" thunderx:thunderx_88xx raspberrypi:rpi_3 + odroid:odroid-c2 ";; esac |