5.14.4, 5.13.17, 5.10.65, 5.4.146

This commit is contained in:
Tk-Glitch
2021-09-15 14:21:15 +02:00
parent 3394aa861b
commit 34fd4f7d78
3 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.14.1-arch1 Kernel Configuration
# Linux/x86 5.14.2-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -5089,7 +5089,7 @@ CONFIG_WATCHDOG_CORE=y
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
CONFIG_WATCHDOG_SYSFS=y
CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT=y
# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set
#
# Watchdog Pretimeout Governors

View File

@@ -5,15 +5,15 @@ _supported_kernels=("5.15" "5.14" "5.13" "5.12" "5.11" "5.10" "5.9" "5.8" "5.7"
typeset -A _kver_subver_map
_kver_subver_map=(
["5.4"]="145"
["5.4"]="146"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="64"
["5.10"]="65"
["5.11"]="22"
["5.12"]="19"
["5.13"]="16"
["5.14"]="3"
["5.13"]="17"
["5.14"]="4"
["5.15"]="rc1"
)