From c042a0a1a9b02f748bb7edf0aa52d69ce962bae9 Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 22 Apr 2018 16:33:26 -0300 Subject: libre/linux-libre: apply change-console-loglevel-motormouth.patch only on x86_64 Signed-off-by: David P --- libre/linux-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 94922e661..f8c16b521 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -187,8 +187,8 @@ prepare() { # https://labs.parabola.nu/issues/877 # http://www.fsfla.org/pipermail/linux-libre/2015-November/003202.html patch -p1 -i ../0002-fix-Atmel-maXTouch-touchscreen-support.patch - - if [ "${CARCH}" = "x86_64" ] || [ "${CARCH}" = "i686" ]; then + + if [ "${CARCH}" = "x86_64" ]; then # set CONSOLE_LOGLEVEL_MOTORMOUTH to 1 # https://labs.parabola.nu/issues/1754 patch -p1 -i ../change-console-loglevel-motormouth.patch -- cgit v1.2.3