summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242021-02-24 10:17:30 +0600
committerabelian4242021-02-24 10:17:30 +0600
commitb75444b961b8d22b9d7c317cdfab7d6d7974fba9 (patch)
tree56d927c9d3695be5efe7f9fdcb515130bdea3c34
parent198b11bd718e060f1f4a87cf7bbbb8f8f495d84f (diff)
downloadaur-b75444b961b8d22b9d7c317cdfab7d6d7974fba9.tar.gz
Bump
-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"