From dbe994c6c400b6928925c8de5772c76bdb63e6f1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sun, 27 Mar 2016 04:52:22 -0300 Subject: uboot4extlinux packages: enable timeout support for Extlinux --- libre-testing/uboot4extlinux-wandboard/PKGBUILD | 4 ++-- libre-testing/uboot4extlinux-wandboard/extlinux.conf | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'libre-testing/uboot4extlinux-wandboard') 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} diff --git a/libre-testing/uboot4extlinux-wandboard/extlinux.conf b/libre-testing/uboot4extlinux-wandboard/extlinux.conf index 16cc3a38f..c55a8086e 100644 --- a/libre-testing/uboot4extlinux-wandboard/extlinux.conf +++ b/libre-testing/uboot4extlinux-wandboard/extlinux.conf @@ -1,5 +1,7 @@ menu title Welcome to U-Boot with Extlinux support! +timeout 50 + label Parabola GNU/Linux-libre, linux-libre kernel kernel /boot/vmlinuz-linux-libre append root=/dev/mmcblk0p2 rw console=ttymxc0 -- cgit v1.2.3-54-g00ecf