summarylogtreecommitdiffstats
path: root/customization.cfg
diff options
context:
space:
mode:
authorsayad2021-01-28 20:59:22 +0600
committersayad2021-01-28 20:59:22 +0600
commitf68e545e0b8e5349ffa2b54eb16fa51fdde9948d (patch)
tree475b1736ba66021c2d218a8ad3e01d5a71f1d59c /customization.cfg
parent0a85c33f3e79dbfd213afe2ed1b421c267c2415e (diff)
downloadaur-f68e545e0b8e5349ffa2b54eb16fa51fdde9948d.tar.gz
Bug fix
Diffstat (limited to 'customization.cfg')
-rw-r--r--customization.cfg9
1 files changed, 6 insertions, 3 deletions
diff --git a/customization.cfg b/customization.cfg
index f8727b8c24b6..7fa00b1a414d 100644
--- a/customization.cfg
+++ b/customization.cfg
@@ -11,7 +11,7 @@ _version="5.10"
#### MISC OPTIONS ####
# External config file to use - If the given file exists in path, it will override default config (customization.cfg) - Default is ~/.config/frogminer/linux-tkg.cfg
-_EXT_CONFIG_PATH="~/.config/linux-tkg.cfg"
+_EXT_CONFIG_PATH=~/.config/linux-tkg.cfg
# [Arch specific] Set to anything else than "true" to limit cleanup operations and keep source and files generated during compilation.
# Default is "true".
@@ -60,6 +60,9 @@ _configfile=""
# Disable some non-module debugging - See PKGBUILD for the list
_debugdisable="false"
+# Set to true to enable CONFIG_EXPERT - No need to enable it if you don't know you need it
+_config_expert="false"
+
# LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME
# CPU scheduler - Options are "upds" (TkG's Undead PDS), "pds", "bmq", "muqss" or "cfs"
@@ -182,8 +185,8 @@ _kernel_localversion=""
# example: _community_patches="clear_nack_in_tend_isr.myrevert ffb_regression_fix.mypatch 0008-drm-amd-powerplay-force-the-trim-of-the-mclk-dpm-levels-if-OD-is-enabled.mypatch"
_community_patches="futex2_interface.mypatch RDTSC-KVM-Handler.mypatch"
-# You can use your own patches by putting them in the same folder as the PKGBUILD and giving them the .mypatch extension.
-# You can also revert patches by putting them in the same folder as the PKGBUILD and giving them the .myrevert extension.
+# You can use your own patches by putting them in a subfolder called linux<version>-tkg-userpatches (e.g. linux510-tkg-userpatches) next to the PKGBUILD and giving them the .mypatch extension.
+# You can also revert patches by putting them in that same folder and giving them the .myrevert extension.
# Also, userpatches variable below must be set to true for the above to work.
_user_patches="true"