mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-kirkwood to 2015.07-3
This commit is contained in:
parent
1b741b6999
commit
1aa845f946
1 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@ buildarch=2
|
|||
pkgbase=uboot-kirkwood
|
||||
pkgname=('uboot-dockstar' 'uboot-goflexhome' 'uboot-goflexnet' 'uboot-pogo_e02' 'uboot-pogoplugv4' 'uboot-nsa310' 'uboot-nsa325' 'uboot-nsa320' 'uboot-guruplug' 'uboot-sheevaplug')
|
||||
pkgver=2015.07
|
||||
_commit=e9059f46524de7ecf85203d8064ad27e1b5f4ac1
|
||||
pkgrel=2
|
||||
_commit=0255f071b2fb06e22cd997fc425617b6ebd98de3
|
||||
pkgrel=3
|
||||
arch=('arm')
|
||||
url="https://github.com/archlinuxarm/u-boot"
|
||||
license=('GPL')
|
||||
|
@ -25,7 +25,7 @@ source=("https://github.com/moonman/u-boot/archive/${_commit}.tar.gz"
|
|||
'uboot-guruplug.txt'
|
||||
'uboot-sheevaplug.txt')
|
||||
|
||||
md5sums=('acbc7acbd20b0c72761ef6544384b56a'
|
||||
md5sums=('80aa7bef9405ca8c1c01fe9f0a964288'
|
||||
'50f4cf74fc0993435f8b18d028a3c006'
|
||||
'0a92d44729e81669525b0b4393974aa1'
|
||||
'8d64678dacb49d191f5fba42045e0637'
|
||||
|
@ -55,7 +55,7 @@ build() {
|
|||
# Build U-Boot finally
|
||||
make distclean
|
||||
make ${i}_config
|
||||
make u-boot.kwb EXTRAVERSION=.${pkgver##*.}-${pkgrel}
|
||||
make u-boot.kwb EXTRAVERSION=-${pkgrel}
|
||||
dd if=u-boot.kwb of=bins/uboot-${i}.kwb bs=512k conv=sync
|
||||
done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue