mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/uboot-kirkwood to 2015.07-2
This commit is contained in:
parent
f4e74fc408
commit
aec7a4c1a4
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ 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=1
|
||||
pkgrel=2
|
||||
arch=('arm')
|
||||
url="https://github.com/archlinuxarm/u-boot"
|
||||
license=('GPL')
|
||||
|
@ -18,7 +18,7 @@ source=("https://github.com/moonman/u-boot/archive/${_commit}.tar.gz"
|
|||
'uboot-goflexhome.txt'
|
||||
'uboot-goflexnet.txt'
|
||||
'uboot-pogo_e02.txt'
|
||||
'uboot-pogoplugv4.txt'
|
||||
'uboot-pogoplugv4.txt'
|
||||
'uboot-nsa310.txt'
|
||||
'uboot-nsa325.txt'
|
||||
'uboot-nsa320.txt'
|
||||
|
@ -93,7 +93,7 @@ package_uboot-pogo_e02() {
|
|||
}
|
||||
|
||||
package_uboot-pogoplugv4() {
|
||||
pkgdesc="U-Boot for the Pogoplug V4"
|
||||
pkgdesc="U-Boot for the Pogoplug V4 & Pogoplug Mobile"
|
||||
depends+=('pogoplug-blparam')
|
||||
install="$pkgname.install"
|
||||
|
||||
|
@ -126,7 +126,7 @@ package_uboot-nsa310() {
|
|||
}
|
||||
|
||||
package_uboot-guruplug() {
|
||||
pkgdesc="U-Boot for the Seagate FreeAgent DockStar"
|
||||
pkgdesc="U-Boot for the Guruplug (plus)"
|
||||
install="$pkgname.install"
|
||||
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
|
@ -134,7 +134,7 @@ package_uboot-guruplug() {
|
|||
}
|
||||
|
||||
package_uboot-sheevaplug() {
|
||||
pkgdesc="U-Boot for the Seagate FreeAgent DockStar"
|
||||
pkgdesc="U-Boot for the Sheevaplug (esata)"
|
||||
install="$pkgname.install"
|
||||
|
||||
mkdir -p "${pkgdir}"/boot
|
||||
|
|
Loading…
Reference in a new issue