mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgver=2014.07
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="U-Boot for ODROID-X/X2/U2/U3"
|
||||
arch=('armv7h')
|
||||
url="http://git.denx.de/u-boot.git/"
|
||||
url="https://github.com/hardkernel/u-boot"
|
||||
license=('GPL')
|
||||
install=$pkgname.install
|
||||
makedepends=('bc' 'dtc')
|
||||
|
|
|
@ -41,7 +41,7 @@ flash_uboot() {
|
|||
sd_fuse
|
||||
else
|
||||
echo "You can do this later by running:"
|
||||
echo "# /boot/sd_fusing.sh /dev/mmcblk0"
|
||||
echo "# cd /boot; ./sd_fusing.sh /dev/mmcblk0"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue