Switched meson64-dev to linux 5.10.y

This commit is contained in:
Igor Pecovnik 2020-12-14 23:33:18 +01:00
parent b3bed82002
commit 17658c6c53
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.10.0-rc7 Kernel Configuration
# Linux/arm64 5.10.1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0"
CONFIG_CC_IS_GCC=y
@ -3487,6 +3487,7 @@ CONFIG_MOUSE_PS2_SMBUS=y
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
CONFIG_JOYSTICK_ADC=m
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
@ -8822,6 +8823,7 @@ CONFIG_NFS_FSCACHE=y
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
CONFIG_NFS_V4_2_READ_PLUS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y

View File

@ -32,7 +32,7 @@ case $BRANCH in
;;
dev)
KERNELBRANCH='tag:v5.10-rc7'
KERNELBRANCH='branch:linux-5.10.y'
KERNELPATCHDIR='meson64-dev'
;;