alarm/uboot-oxnas to 2013.10-2

This commit is contained in:
Kevin Mihelich 2014-01-25 04:29:58 +00:00
parent 58125f0d05
commit 281419a22e

View file

@ -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
}