summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--customization.cfg2
-rw-r--r--prepare5
2 files changed, 1 insertions, 6 deletions
diff --git a/customization.cfg b/customization.cfg
index 7fa00b1a414d..98f0281e53b4 100644
--- a/customization.cfg
+++ b/customization.cfg
@@ -183,7 +183,7 @@ _kernel_localversion=""
# community patches - add patches (separated by a space) of your choice by name from the community-patches dir
# 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"
+_community_patches=""
# 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.
diff --git a/prepare b/prepare
index 0ad863f0ddb3..1fdefb70323f 100644
--- a/prepare
+++ b/prepare
@@ -9,11 +9,6 @@ ver511=1
_tkg_initscript() {
- # Load external configuration file if present. Available variable values will overwrite customization.cfg ones.
- if [ -e "$_EXT_CONFIG_PATH" ]; then
- source "$_EXT_CONFIG_PATH" && msg2 "External configuration file $_EXT_CONFIG_PATH will be used to override customization.cfg values.\n"
- fi
-
# Default to Arch
if [ -z "$_distro" ] || [ "$_ispkgbuild" = "true" ]; then
msg2 "Defaulting to Archlinux target\n"