From a6e07bee352cf209828a3306d9c53acd5ff54a37 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Sat, 10 Oct 2020 22:07:20 +0200 Subject: [PATCH] linux58-tkg: Do not override EXT_CONFIG_PATH, configfile, user_patches and user_patches_no_confirm options value when using generic or ryzen profiles --- linux58-tkg/PKGBUILD | 2 +- .../generic-desktop-profile.cfg | 20 ------------------- .../ryzen-desktop-profile.cfg | 20 ------------------- 3 files changed, 1 insertion(+), 41 deletions(-) diff --git a/linux58-tkg/PKGBUILD b/linux58-tkg/PKGBUILD index b6017d8..705c13e 100644 --- a/linux58-tkg/PKGBUILD +++ b/linux58-tkg/PKGBUILD @@ -45,7 +45,7 @@ else fi pkgname=("${pkgbase}" "${pkgbase}-headers") pkgver="${_basekernel}"."${_sub}" -pkgrel=22 +pkgrel=23 pkgdesc='Linux-tkg' arch=('x86_64') # no i686 in here url="http://www.kernel.org/" diff --git a/linux58-tkg/linux58-tkg-config/generic-desktop-profile.cfg b/linux58-tkg/linux58-tkg-config/generic-desktop-profile.cfg index 261c112..d14bf2e 100644 --- a/linux58-tkg/linux58-tkg-config/generic-desktop-profile.cfg +++ b/linux58-tkg/linux58-tkg-config/generic-desktop-profile.cfg @@ -2,16 +2,8 @@ # Generic Desktop -#### 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/linux50-tkg.cfg -_EXT_CONFIG_PATH=~/.config/frogminer/linux58-tkg.cfg - #### KERNEL OPTIONS #### -# Name of the default config file to use from the linux???-tkg-config folder. Arch default is "config.x86_64". -_configfile="config.x86_64" - # Disable some non-module debugging - See PKGBUILD for the list _debugdisable="false" @@ -41,15 +33,3 @@ _runqueue_sharing="mc" # Timer frequency - "500", "750" or "1000" - More options available in kernel config prompt when left empty depending on selected cpusched - Kernel default is "750" _timer_freq="500" - - -#### USER PATCHES #### - -# 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. - -# Also, userpatches variable below must be set to true for the above to work. -_user_patches="true" - -# Apply all user patches without confirmation - !!! NOT RECOMMENDED !!! -_user_patches_no_confirm="false" diff --git a/linux58-tkg/linux58-tkg-config/ryzen-desktop-profile.cfg b/linux58-tkg/linux58-tkg-config/ryzen-desktop-profile.cfg index bd9612c..66f160f 100644 --- a/linux58-tkg/linux58-tkg-config/ryzen-desktop-profile.cfg +++ b/linux58-tkg/linux58-tkg-config/ryzen-desktop-profile.cfg @@ -2,16 +2,8 @@ # Ryzen Desktop -#### 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/linux52-tkg.cfg -_EXT_CONFIG_PATH=~/.config/frogminer/linux58-tkg.cfg - #### KERNEL OPTIONS #### -# Name of the default config file to use from the linux???-tkg-config folder. Arch default is "config.x86_64". -_configfile="config.x86_64" - # Disable some non-module debugging - See PKGBUILD for the list _debugdisable="false" @@ -44,15 +36,3 @@ _timer_freq="500" # Default CPU governor - "performance", "ondemand" (tweaked), "schedutil" or leave empty for default (schedutil on AMD and legacy Intel, intel_pstate on modern Intel) - Enforcing an option will disable intel_pstate altogether! _default_cpu_gov="performance" - - -#### USER PATCHES #### - -# 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. - -# Also, userpatches variable below must be set to true for the above to work. -_user_patches="true" - -# Apply all user patches without confirmation - !!! NOT RECOMMENDED !!! -_user_patches_no_confirm="false"