mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/uboot-odroid to 2014.07-3
This commit is contained in:
parent
d466cdbfe7
commit
4eda70c825
2 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ buildarch=4
|
||||||
|
|
||||||
pkgname=uboot-odroid
|
pkgname=uboot-odroid
|
||||||
pkgver=2014.07
|
pkgver=2014.07
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="U-Boot for ODROID-X/X2/U2/U3"
|
pkgdesc="U-Boot for ODROID-X/X2/U2/U3"
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://git.denx.de/u-boot.git/"
|
url="https://github.com/hardkernel/u-boot"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
makedepends=('bc' 'dtc')
|
makedepends=('bc' 'dtc')
|
||||||
|
|
|
@ -41,7 +41,7 @@ flash_uboot() {
|
||||||
sd_fuse
|
sd_fuse
|
||||||
else
|
else
|
||||||
echo "You can do this later by running:"
|
echo "You can do this later by running:"
|
||||||
echo "# /boot/sd_fusing.sh /dev/mmcblk0"
|
echo "# cd /boot; ./sd_fusing.sh /dev/mmcblk0"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue