mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/uboot-tools add cubox-i to config
This commit is contained in:
parent
1d816fed95
commit
23239f1104
2 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2014.04
|
||||
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=('6d2116d1385a66e9a59742caa9d62a54'
|
||||
'159f285467e910ba98696b92a311498e')
|
||||
'9de56997994baf20b30067292b94b99b')
|
||||
|
||||
build() {
|
||||
cd u-boot-${pkgver}
|
||||
|
|
|
@ -12,3 +12,6 @@
|
|||
|
||||
# CuBox
|
||||
# /dev/mtd0 0xc0000 0x10000 0x10000
|
||||
|
||||
# CuBox-i/Hummingboard
|
||||
# /dev/mmcblk0 0xc0000 0x20000 0x20000
|
||||
|
|
Loading…
Reference in a new issue