diff options
author | David P <megver83@parabola.nu> | 2018-04-22 16:33:26 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-04-22 16:33:26 -0300 |
commit | c042a0a1a9b02f748bb7edf0aa52d69ce962bae9 (patch) | |
tree | af6386eccb6c3ee83eccee865b0fd499671128a2 /libre/linux-libre | |
parent | 9d394762c028857b78f71b165e71da76456252d4 (diff) | |
download | abslibre-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/linux-libre')
-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 |