diff options
Diffstat (limited to 'libre-testing/uboot4extlinux-omap4_panda')
-rw-r--r-- | libre-testing/uboot4extlinux-omap4_panda/PKGBUILD | 2 | ||||
-rw-r--r-- | libre-testing/uboot4extlinux-omap4_panda/extlinux.conf | 21 |
2 files changed, 4 insertions, 19 deletions
diff --git a/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD b/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD index 38549ea30..cdd8c65d1 100644 --- a/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD +++ b/libre-testing/uboot4extlinux-omap4_panda/PKGBUILD @@ -4,7 +4,7 @@ pkgname=uboot4extlinux-omap4_panda pkgver=2017.01 -pkgrel=1 +pkgrel=1.1 pkgdesc="U-Boot with Extlinux support for PandaBoard and PandaBoard ES" arch=('armv7h') url="http://git.denx.de/u-boot.git/" diff --git a/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf b/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf index 42525abe7..bb48ab97f 100644 --- a/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf +++ b/libre-testing/uboot4extlinux-omap4_panda/extlinux.conf @@ -12,11 +12,6 @@ label Parabola GNU/Linux-libre, linux-libre-lts kernel append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 fdtdir /boot/dtbs/linux-libre-lts -label Parabola GNU/Linux-libre, linux-libre-knock kernel - kernel /boot/vmlinuz-linux-libre-knock - append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 - fdtdir /boot/dtbs/linux-libre-knock - label Parabola GNU/Linux-libre, linux-libre-lts-knock kernel kernel /boot/vmlinuz-linux-libre-lts-knock append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 @@ -27,21 +22,11 @@ label Parabola GNU/Linux-libre, linux-libre-hardened kernel append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 fdtdir /boot/dtbs/linux-libre-hardened -label Parabola GNU/Linux-libre, linux-libre-apparmor kernel - kernel /boot/vmlinuz-linux-libre-apparmor - append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 - fdtdir /boot/dtbs/linux-libre-apparmor - label Parabola GNU/Linux-libre, linux-libre-lts-apparmor kernel kernel /boot/vmlinuz-linux-libre-lts-apparmor append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 fdtdir /boot/dtbs/linux-libre-lts-apparmor -label Parabola GNU/Linux-libre, linux-libre-audit kernel - kernel /boot/vmlinuz-linux-libre-audit - append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 - fdtdir /boot/dtbs/linux-libre-audit - label Parabola GNU/Linux-libre, linux-libre-pck kernel kernel /boot/vmlinuz-linux-libre-pck append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 @@ -52,7 +37,7 @@ label Parabola GNU/Linux-libre, linux-libre-rt kernel append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 fdtdir /boot/dtbs/linux-libre-rt -label Parabola GNU/Linux-libre, linux-libre-xen kernel - kernel /boot/vmlinuz-linux-libre-xen +label Parabola GNU/Linux-libre, linux-libre-xtreme kernel + kernel /boot/vmlinuz-linux-libre-xtreme append root=/dev/mmcblk0p1 rw console=ttyO2,115200n8 - fdtdir /boot/dtbs/linux-libre-xen + fdtdir /boot/dtbs/linux-libre-xtreme |