mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/uboot-env add cubox environment
This commit is contained in:
parent
1bdf88f127
commit
7ad719ba8c
2 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@ plugrel=2
|
|||
pkgname=uboot-env
|
||||
_tool=env
|
||||
pkgver=2009.11
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="fw_printenv/fw_setenv binaries"
|
||||
arch=('arm')
|
||||
license=('GPL' 'LGPL')
|
||||
|
@ -15,7 +15,7 @@ install=uboot-env.install
|
|||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('d94700614225f53c853dfe714eb5fa47'
|
||||
'88177fd1bf693be3af892e5f9014f6b5')
|
||||
'159f285467e910ba98696b92a311498e')
|
||||
|
||||
build() {
|
||||
cd $srcdir/u-boot-$pkgver
|
||||
|
|
|
@ -8,4 +8,7 @@
|
|||
# /dev/mtd0 0xc0000 0x20000 0x20000
|
||||
|
||||
# iomega iconnect
|
||||
# /dev/mtd0 0xa0000 0x20000 0x20000
|
||||
# /dev/mtd0 0xa0000 0x20000 0x20000
|
||||
|
||||
# CuBox
|
||||
# /dev/mtd0 0xc0000 0x10000 0x10000
|
||||
|
|
Loading…
Reference in a new issue