diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:52:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-27 04:52:22 -0300 |
commit | dbe994c6c400b6928925c8de5772c76bdb63e6f1 (patch) | |
tree | 28b18bc93ab48552c0a4572ad5f5c593803716b0 /libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD | |
parent | 9818f3468cd2119bfa1f4905d1c1330d84fefdad (diff) |
uboot4extlinux packages: enable timeout support for Extlinux
Diffstat (limited to 'libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD b/libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD index e591f4812..337e59cc2 100644 --- a/libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD +++ b/libre-testing/uboot4extlinux-nitrogen6q/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-nitrogen6q pkgver=2014.07 -pkgrel=1 +pkgrel=2 arch=('armv7h') pkgdesc="U-Boot with Extlinux support for Nitrogen6X/Sabre Lite" url="https://github.com/boundarydevices/u-boot-imx6/tree/production" @@ -30,7 +30,7 @@ md5sums=('b12f5f383c57de06f16625b3465e74d9' '8087672256020417438b12ec4946e1cf' 'a536d28bf45add6dbf9f84277f943de8' '2823d0e0c3c826632f6ae934f2b746d9' - '7be9469e7dfb9770d61e35023c4b7339') + '49a6f7142cdba53d596971a582cfa643') prepare() { cd u-boot-imx6-${_commit} |