From 1b66f5c4ed46baeead2116fd40c876dbeae6e7f7 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 25 Feb 2016 01:39:48 -0300 Subject: uboot-omap3_beagle-2016.01-2: fix kernel and fdtdir options --- libre/uboot-omap3_beagle/PKGBUILD | 4 ++-- libre/uboot-omap3_beagle/extlinux.conf | 36 +++++++++++++++++----------------- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'libre') diff --git a/libre/uboot-omap3_beagle/PKGBUILD b/libre/uboot-omap3_beagle/PKGBUILD index 3fdd5a274..2b41eb15a 100644 --- a/libre/uboot-omap3_beagle/PKGBUILD +++ b/libre/uboot-omap3_beagle/PKGBUILD @@ -5,7 +5,7 @@ buildarch=4 pkgname=uboot-omap3_beagle pkgver=2016.01 -pkgrel=1 +pkgrel=2 pkgdesc="U-Boot for BeagleBoard and BeagleBoard-xM" arch=('armv7h') url="http://git.denx.de/u-boot.git/" @@ -25,7 +25,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'uEnv.txt') md5sums=('7d4f65fd43d4d706f5c5650e020d899d' 'da3d52f785bce02602f88fb85f74de2f' - '12c61073bb860f4c8d8ec59145c267ed' + '5172c86fd491728aad8109ebb8a997f8' 'd41d8cd98f00b204e9800998ecf8427e') prepare() { diff --git a/libre/uboot-omap3_beagle/extlinux.conf b/libre/uboot-omap3_beagle/extlinux.conf index 725121811..708bfcddb 100644 --- a/libre/uboot-omap3_beagle/extlinux.conf +++ b/libre/uboot-omap3_beagle/extlinux.conf @@ -1,46 +1,46 @@ menu title Welcome to U-Boot with Extlinux support! label Parabola GNU/Linux-libre, linux-libre kernel - kernel /boot/vmlinuz-linux-libre + kernel /vmlinuz-linux-libre append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 - fdtdir /boot/dtbs/linux-libre + fdtdir /dtbs/linux-libre #label Parabola GNU/Linux-libre, linux-libre-lts kernel -# kernel /boot/vmlinuz-linux-libre-lts +# kernel /vmlinuz-linux-libre-lts # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-lts +# fdtdir /dtbs/linux-libre-lts #label Parabola GNU/Linux-libre, linux-libre-knock kernel -# kernel /boot/vmlinuz-linux-libre-knock +# kernel /vmlinuz-linux-libre-knock # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-knock +# fdtdir /dtbs/linux-libre-knock #label Parabola GNU/Linux-libre, linux-libre-lts-knock kernel -# kernel /boot/vmlinuz-linux-libre-lts-knock +# kernel /vmlinuz-linux-libre-lts-knock # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-lts-knock +# fdtdir /dtbs/linux-libre-lts-knock #label Parabola GNU/Linux-libre, linux-libre-grsec kernel -# kernel /boot/vmlinuz-linux-libre-grsec +# kernel /vmlinuz-linux-libre-grsec # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-grsec +# fdtdir /dtbs/linux-libre-grsec #label Parabola GNU/Linux-libre, linux-libre-grsec-knock kernel -# kernel /boot/vmlinuz-linux-libre-grsec-knock +# kernel /vmlinuz-linux-libre-grsec-knock # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-grsec-knock +# fdtdir /dtbs/linux-libre-grsec-knock #label Parabola GNU/Linux-libre, linux-libre-audit kernel -# kernel /boot/vmlinuz-linux-libre-audit +# kernel /vmlinuz-linux-libre-audit # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-audit +# fdtdir /dtbs/linux-libre-audit #label Parabola GNU/Linux-libre, linux-libre-pck kernel -# kernel /boot/vmlinuz-linux-libre-pck +# kernel /vmlinuz-linux-libre-pck # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-pck +# fdtdir /dtbs/linux-libre-pck #label Parabola GNU/Linux-libre, linux-libre-rt kernel -# kernel /boot/vmlinuz-linux-libre-rt +# kernel /vmlinuz-linux-libre-rt # append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 -# fdtdir /boot/dtbs/linux-libre-rt +# fdtdir /dtbs/linux-libre-rt -- cgit v1.2.3-54-g00ecf