mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-tools to 2016.01-1
This commit is contained in:
parent
4d690338cb
commit
0638e26d91
1 changed files with 3 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue