5.14.9, 5.10.70, 5.4.150

This commit is contained in:
Tk-Glitch
2021-10-01 14:19:39 +02:00
parent a9ee73315c
commit b370a764e7
5 changed files with 15 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.14.2-arch1 Kernel Configuration
# Linux/x86 5.14.8-arch1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0"
CONFIG_CC_IS_GCC=y
@@ -1636,7 +1636,6 @@ CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_BRIDGE_MRP=y
CONFIG_BRIDGE_CFM=y
CONFIG_NET_DSA=m
CONFIG_NET_DSA_TAG_8021Q=m
CONFIG_NET_DSA_TAG_AR9331=m
CONFIG_NET_DSA_TAG_BRCM_COMMON=m
CONFIG_NET_DSA_TAG_BRCM=m
@@ -6390,7 +6389,7 @@ CONFIG_FB_EFI=y
CONFIG_XEN_FBDEV_FRONTEND=m
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_FB_HYPERV=m
# CONFIG_FB_HYPERV is not set
CONFIG_FB_SIMPLE=y
# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SM712 is not set

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"]="149"
["5.4"]="150"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="69"
["5.10"]="70"
["5.11"]="22"
["5.12"]="19"
["5.13"]="19"
["5.14"]="8"
["5.14"]="9"
["5.15"]="rc3"
)