alarm/uboot-tools to 2016.01-1

This commit is contained in:
Kevin Mihelich 2016-01-14 02:15:30 +00:00
parent 4d690338cb
commit 0638e26d91

View file

@ -3,7 +3,7 @@
# Contributor: Julian Langschaedel <meta.rb@gmail.com>
pkgname=uboot-tools
pkgver=2015.10
pkgver=2016.01
pkgrel=1
pkgdesc="U-Boot Tools"
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
@ -13,15 +13,14 @@ replaces=('uboot-env' 'uboot-mkimage')
backup=(etc/fw_env.config)
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
fw_env.config)
md5sums=('7c203b0fc3390a122d8e8b75f147eac5'
md5sums=('7d4f65fd43d4d706f5c5650e020d899d'
'5a9dcbae5957f8621080d4bbc0e1520f')
build() {
cd u-boot-${pkgver}
make defconfig
make tools-all
make -C tools kwboot
make tools-all CONFIG_KIRKWOOD=y
}
package() {