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-omap4_panda | |
parent | 9818f3468cd2119bfa1f4905d1c1330d84fefdad (diff) |
uboot4extlinux packages: enable timeout support for Extlinux
Diffstat (limited to 'libre-testing/uboot4extlinux-omap4_panda')
-rw-r--r-- | libre-testing/uboot4extlinux-omap4_panda/PKGBUILD | 4 | ||||
-rw-r--r-- | libre-testing/uboot4extlinux-omap4_panda/extlinux.conf | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD b/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD index 6cb84e451..409277830 100644 --- a/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD +++ b/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot4extlinux-omap4_panda pkgver=2016.01 -pkgrel=2 +pkgrel=3 pkgdesc="U-Boot with Extlinux support for PandaBoard and PandaBoard ES" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -20,7 +20,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'uEnv.txt') md5sums=('7d4f65fd43d4d706f5c5650e020d899d' 'b74e858feeed48acaba5ac0548d675ca' - '12c61073bb860f4c8d8ec59145c267ed' + '42e710d944b06734b0f22a73a9ef4380' '86004660f2912861a040e335c9c0e85b') prepare() { diff --git a/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf b/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf index 725121811..e2b753843 100644 --- a/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf +++ b/libre-testing/uboot4extlinux-omap4_panda/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=ttyO2,115200n8 |