diff options
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 |
1 files 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 |