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-chiliboard | |
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-chiliboard')
-rw-r--r-- | libre-testing/uboot4extlinux-chiliboard/PKGBUILD | 4 | ||||
-rw-r--r-- | libre-testing/uboot4extlinux-chiliboard/extlinux.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libre-testing/uboot4extlinux-chiliboard/PKGBUILD b/libre-testing/uboot4extlinux-chiliboard/PKGBUILD index 61c0208c1..fcf458ffd 100644 --- a/libre-testing/uboot4extlinux-chiliboard/PKGBUILD +++ b/libre-testing/uboot4extlinux-chiliboard/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-chiliboard pkgver=2014.07 -pkgrel=1 +pkgrel=2 pkgdesc="U-Boot with Extlinux support for ChiliBoard" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -30,7 +30,7 @@ md5sums=('36d4bad687edcafa396fee607e505d4e' '2a32a77f123391c02935754ced2743c2' '5951c799b35c526f02edbcb3eb1295fc' '35147d090738dd0c8104a565de0f404e' - '068f6b4e8047115e73f29af5f384889b' + '2a20e20b446f8f28cac3c7a092b0d09f' '0afad1f6f3f8609db6e1f5bb322b2a1a') prepare() { diff --git a/libre-testing/uboot4extlinux-chiliboard/extlinux.conf b/libre-testing/uboot4extlinux-chiliboard/extlinux.conf index 52de94d49..8e285c40d 100644 --- a/libre-testing/uboot4extlinux-chiliboard/extlinux.conf +++ b/libre-testing/uboot4extlinux-chiliboard/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/mmcblk0p1 rw console=ttyO0,115200n8 |