mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
commit
58d7cbc30a
2 changed files with 7 additions and 3 deletions
|
@ -6,15 +6,16 @@ plugrel=2
|
|||
pkgname=uboot-env
|
||||
_tool=env
|
||||
pkgver=2009.11
|
||||
pkgrel=2
|
||||
pkgdesc="mkimage binary for making uboot kernel images"
|
||||
pkgrel=3
|
||||
pkgdesc="fw_printenv/fw_setenv binaries"
|
||||
arch=('arm')
|
||||
license=('GPL' 'LGPL')
|
||||
backup=(etc/fw_env.config)
|
||||
install=uboot-env.install
|
||||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('d94700614225f53c853dfe714eb5fa47'
|
||||
'03b72041d1962b4136fca67c67347830')
|
||||
'88177fd1bf693be3af892e5f9014f6b5')
|
||||
|
||||
build() {
|
||||
cd $srcdir/u-boot-$pkgver
|
||||
|
|
|
@ -6,3 +6,6 @@
|
|||
|
||||
# segate dockstar:
|
||||
# /dev/mtd0 0xc0000 0x20000 0x20000
|
||||
|
||||
# iomega iconnect
|
||||
# /dev/mtd0 0xa0000 0x20000 0x20000
|
Loading…
Reference in a new issue