summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-04-22 16:33:26 -0300
committerDavid P <megver83@parabola.nu>2018-04-22 16:33:26 -0300
commitc042a0a1a9b02f748bb7edf0aa52d69ce962bae9 (patch)
treeaf6386eccb6c3ee83eccee865b0fd499671128a2 /libre
parent9d394762c028857b78f71b165e71da76456252d4 (diff)
downloadabslibre-c042a0a1a9b02f748bb7edf0aa52d69ce962bae9.tar.gz
abslibre-c042a0a1a9b02f748bb7edf0aa52d69ce962bae9.tar.bz2
abslibre-c042a0a1a9b02f748bb7edf0aa52d69ce962bae9.zip
libre/linux-libre: apply change-console-loglevel-motormouth.patch only on x86_64
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre/PKGBUILD4
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