mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-oxnas to 2013.10-2
This commit is contained in:
parent
58125f0d05
commit
281419a22e
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ buildarch=2
|
|||
|
||||
pkgname=uboot-oxnas
|
||||
pkgver=2013.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot for PLX/Oxford Semiconductor NAS7820"
|
||||
arch=('arm')
|
||||
url="https://github.com/kref/u-boot-oxnas"
|
||||
url="https://github.com/linux-sunxi/u-boot-sunxi/tree/sunxi-current"
|
||||
license=('GPL')
|
||||
_commit=a0140080d966a080fe0c7f5e3a5a84856e02a32e
|
||||
source=("https://github.com/kref/u-boot-oxnas/archive/${_commit}.tar.gz"
|
||||
|
@ -32,12 +32,12 @@ build() {
|
|||
|
||||
make distclean
|
||||
make ox820_ext4_config
|
||||
make u-boot.bin spl/u-boot-spl.bin
|
||||
make u-boot.{bin,img} spl/u-boot-spl.bin
|
||||
../packager u-boot.{bin,wrapped} || true
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
cp u-boot-oxnas-${_commit}/{u-boot.wrapped,spl/u-boot-spl.bin} "${pkgdir}"/boot
|
||||
cp u-boot-oxnas-${_commit}/{u-boot.{wrapped,img},spl/u-boot-spl.bin} "${pkgdir}"/boot
|
||||
cp flash "${pkgdir}"/boot
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue