mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/uboot-tools add utilite to conf
This commit is contained in:
parent
ff3a3dd675
commit
16af4f44c9
2 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2014.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot Tools"
|
||||
arch=('arm' 'armv6h' 'armv7h')
|
||||
license=('GPL' 'LGPL')
|
||||
|
@ -14,7 +14,7 @@ backup=(etc/fw_env.config)
|
|||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('3ddcaee2f05b7c464778112ec83664b5'
|
||||
'159f285467e910ba98696b92a311498e')
|
||||
'5a9dcbae5957f8621080d4bbc0e1520f')
|
||||
|
||||
build() {
|
||||
cd u-boot-${pkgver}
|
||||
|
|
|
@ -15,3 +15,6 @@
|
|||
|
||||
# CuBox-i/Hummingboard
|
||||
# /dev/mmcblk0 0x60000 0x2000 0x2000
|
||||
|
||||
# Utilite 1
|
||||
# /dev/mtd1 0x0000 0x2000 0x2000
|
||||
|
|
Loading…
Reference in a new issue