alarm/uboot-odroid to 2014.07-4

This commit is contained in:
Kevin Mihelich 2014-08-29 22:36:16 +00:00
parent a09154bb7b
commit dfa241a66f

View file

@ -5,7 +5,7 @@ buildarch=4
pkgname=uboot-odroid pkgname=uboot-odroid
pkgver=2014.07 pkgver=2014.07
pkgrel=3 pkgrel=4
pkgdesc="U-Boot for ODROID-X/X2/U2/U3" pkgdesc="U-Boot for ODROID-X/X2/U2/U3"
arch=('armv7h') arch=('armv7h')
url="https://github.com/hardkernel/u-boot" url="https://github.com/hardkernel/u-boot"
@ -45,7 +45,7 @@ build() {
make distclean make distclean
make odroid_config make odroid_config
make make EXTRAVERSION=-${pkgrel}
} }
package() { package() {