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-wandboard/PKGBUILD | |
parent | 9818f3468cd2119bfa1f4905d1c1330d84fefdad (diff) | |
download | abslibre-dbe994c6c400b6928925c8de5772c76bdb63e6f1.tar.gz abslibre-dbe994c6c400b6928925c8de5772c76bdb63e6f1.tar.bz2 abslibre-dbe994c6c400b6928925c8de5772c76bdb63e6f1.zip |
uboot4extlinux packages: enable timeout support for Extlinux
Diffstat (limited to 'libre-testing/uboot4extlinux-wandboard/PKGBUILD')
-rw-r--r-- | libre-testing/uboot4extlinux-wandboard/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre-testing/uboot4extlinux-wandboard/PKGBUILD b/libre-testing/uboot4extlinux-wandboard/PKGBUILD index a3431b1a0..10bc46e41 100644 --- a/libre-testing/uboot4extlinux-wandboard/PKGBUILD +++ b/libre-testing/uboot4extlinux-wandboard/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-wandboard pkgver=2015.10 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot with Extlinux support for Wandboard" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -18,7 +18,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'extlinux.conf') md5sums=('7c203b0fc3390a122d8e8b75f147eac5' 'b456e16c44508868ce6d265da625d768' - '3367c0142a98a62fed243be74f5c465d') + '04b6e4710381e8b43848987f6a9882d4') prepare() { cd u-boot-${pkgver} |