diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-10-30 00:54:11 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-10-30 00:54:11 -0600 |
commit | 660a17cf89d1f6c41b5c57009d733af62ae57232 (patch) | |
tree | 049bc847616350586bd7f65d62120ed5336e6694 /libre-testing/uboot4extlinux-am335x_bone | |
parent | ffa04cf48ad70fe85aadc5e6acd5e5aabaefbebf (diff) | |
download | abslibre-660a17cf89d1f6c41b5c57009d733af62ae57232.tar.gz abslibre-660a17cf89d1f6c41b5c57009d733af62ae57232.tar.bz2 abslibre-660a17cf89d1f6c41b5c57009d733af62ae57232.zip |
uboot4extlinux-*: get in sync with current kernels
Diffstat (limited to 'libre-testing/uboot4extlinux-am335x_bone')
-rw-r--r-- | libre-testing/uboot4extlinux-am335x_bone/PKGBUILD | 2 | ||||
-rw-r--r-- | libre-testing/uboot4extlinux-am335x_bone/extlinux.conf | 21 |
2 files changed, 4 insertions, 19 deletions
diff --git a/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD b/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD index 8aceb2028..d2d5efbf7 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD +++ b/libre-testing/uboot4extlinux-am335x_bone/PKGBUILD @@ -6,7 +6,7 @@ pkgname=uboot4extlinux-am335x_bone pkgver=2015.04 -pkgrel=4 +pkgrel=4.1 pkgdesc="U-Boot with Extlinux support for BeagleBone and BeagleBone Black" arch=('armv7h') url="http://git.denx.de/u-boot.git/" diff --git a/libre-testing/uboot4extlinux-am335x_bone/extlinux.conf b/libre-testing/uboot4extlinux-am335x_bone/extlinux.conf index 3c50750b7..b29bec2d7 100644 --- a/libre-testing/uboot4extlinux-am335x_bone/extlinux.conf +++ b/libre-testing/uboot4extlinux-am335x_bone/extlinux.conf @@ -12,11 +12,6 @@ label Parabola GNU/Linux-libre, linux-libre-lts kernel append root=/dev/mmcblk0p1 rw console=ttyO0,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=ttyO0,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=ttyO0,115200n8 @@ -27,21 +22,11 @@ label Parabola GNU/Linux-libre, linux-libre-hardened kernel append root=/dev/mmcblk0p1 rw console=ttyO0,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=ttyO0,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=ttyO0,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=ttyO0,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=ttyO0,115200n8 @@ -52,7 +37,7 @@ label Parabola GNU/Linux-libre, linux-libre-rt kernel append root=/dev/mmcblk0p1 rw console=ttyO0,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=ttyO0,115200n8 - fdtdir /boot/dtbs/linux-libre-xen + fdtdir /boot/dtbs/linux-libre-xtreme |