fix(linux-tkg): update config
This commit is contained in:
@@ -11,7 +11,7 @@ _distro="Arch"
|
||||
# - Tags, e.g. "6.0-rc4" or "5.10.51"
|
||||
# - Note: Patches may fail as they may only apply to newer trees.
|
||||
# If left empty, the script will prompt
|
||||
_version="6.16-latest"
|
||||
_version="6.17-latest"
|
||||
|
||||
#### MISC OPTIONS ####
|
||||
|
||||
@@ -100,7 +100,10 @@ _configfile=""
|
||||
# Determine whether to call "olddefconfig" (default) or "oldconfig" for manual config updating interaction.
|
||||
_config_updating="olddefconfig"
|
||||
|
||||
# Disable some non-module debugging - See PKGBUILD for the list
|
||||
# Aggressively disable kernel debugging features
|
||||
# Note:
|
||||
# - if you encounter issues, test with this setting disabled first, then open a bug report on what necessary feature was disabled
|
||||
# - search '_debugdisable' in linux-tkg-config/prepare for the list of disabled CONFIG entries
|
||||
_debugdisable="false"
|
||||
|
||||
# Strip the kernel and its modules from debug symbols
|
||||
@@ -236,6 +239,10 @@ _openrgb="true"
|
||||
|
||||
#### SPESHUL OPTION ####
|
||||
|
||||
# Do not query nor fetch kernel sources from git remotes on the internet.
|
||||
# Only use the kernel versions that have already been fetched in the $_kernel_source_folder
|
||||
_offline=""
|
||||
|
||||
# [Arch only] If you want to bypass the stock naming scheme and enforce something else (example : "linux") - Useful for some bootloaders requiring manual entry editing on each release.
|
||||
# !!! It will also change pkgname - If you don't explicitely need this, don't use it !!!
|
||||
# Use _kernel_localversion instead on non-Arch based distros
|
||||
|
||||
Reference in New Issue
Block a user