diff options
author | David P <megver83@parabola.nu> | 2018-05-31 19:37:35 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-31 19:37:35 -0400 |
commit | 212f967b82933ac2c60f316b61bdc81399ccb14d (patch) | |
tree | 028766cb95c5dadd0f04bb5dafcd8591c22e8fa6 | |
parent | 505bccbf312e609adecd23882f0174f61f5ce6c1 (diff) | |
download | abslibre-212f967b82933ac2c60f316b61bdc81399ccb14d.tar.gz abslibre-212f967b82933ac2c60f316b61bdc81399ccb14d.tar.bz2 abslibre-212f967b82933ac2c60f316b61bdc81399ccb14d.zip |
libre/linux-libre-hardened: patch ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70 before ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70.patch
Signed-off-by: David P <megver83@parabola.nu>
-rw-r--r-- | libre/linux-libre-hardened/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-hardened/PKGBUILD b/libre/linux-libre-hardened/PKGBUILD index 6bbd4b50e..6bc3dbca7 100644 --- a/libre/linux-libre-hardened/PKGBUILD +++ b/libre/linux-libre-hardened/PKGBUILD @@ -100,12 +100,12 @@ prepare() { # add latest fixes from stable queue, if needed # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git - # https://bugs.archlinux.org/task/56711 - patch -Np1 -i ../Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch - # https://bugs.archlinux.org/task/56780 patch -Np1 -i ../ACPI-watchdog-Prefer-iTCO_wdt-on-Lenovo-Z50-70.patch + # https://bugs.archlinux.org/task/56711 + patch -Np1 -i ../Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch + # maintain the TTY over USB disconnects # http://www.coreboot.org/EHCI_Gadget_Debug patch -p1 -i ../0001-usb-serial-gadget-no-TTY-hangup-on-USB-disconnect-WI.patch |