summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Figueras2022-05-12 11:12:12 +0200
committerJoan Figueras2022-05-12 11:12:12 +0200
commit6fbe26afbfd1a5b3289fd5f1211e6e77997f1d85 (patch)
treec77f794da72daa2007a379a33aff8d6fd8f9c966
parentf3ca2d6283ce8fcf61cf7c647f574d69993784e8 (diff)
downloadaur-6fbe26afbfd1a5b3289fd5f1211e6e77997f1d85.tar.gz
Disabled old patch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b03693d74e02..c4e3829246fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -175,7 +175,7 @@ prepare() {
sh ${srcdir}/choose-gcc-optimization.sh $_microarchitecture
# Disable CONFIG_GENERIC_CPU2 if we have choosen another microarchitecture
# https://github.com/xanmod/linux/issues/240
- [ "$_microarchitecture" = "0" ] || scripts/config --disable CONFIG_GENERIC_CPU2
+ #[ "$_microarchitecture" = "0" ] || scripts/config --disable CONFIG_GENERIC_CPU2
# This is intended for the people that want to build this package with their own config
# Put the file "myconfig" at the package folder (this will take preference) or "${XDG_CONFIG_HOME}/linux-xanmod/myconfig"