Merge pull request #145 from WeiZhang555/kernel-4.1-config

kernel_config: add 4.1 kernel support
This commit is contained in:
Peng Tao
2018-08-25 12:29:28 +08:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#
# This file contains config options which is removed/modified in kernel 4.14 but
# necessary for older kernels, if you're using a old kernel and failed to start
# kata containers, try to add these options and hope it can help! Enjoy it!
#
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y

View File

@@ -1 +1 @@
9
10