From 0f8806279cd28c6346e0f8a113a0a2f1f96a92c5 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 18 Aug 2016 13:33:35 -0700 Subject: [PATCH] sys-kernel/coreos-modules: fix 9p config options commit c1726216b31b9ed6f909ca4f4fcb7fda10616c10 somehow changed the case on the CONFIG_NET_9P option, causing it to be disabled. fix up other 9p options while we're here. --- .../sys-kernel/coreos-modules/files/commonconfig-4.7 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.7 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.7 index 1e500d855b..08a72b8796 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.7 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-4.7 @@ -769,10 +769,14 @@ CONFIG_CIFS_ACL=y CONFIG_CIFS_DFS_UPCALL=y CONFIG_CIFS_SMB2=y CONFIG_CIFS_FSCACHE=y -CONFIG_NET_9p=m +CONFIG_NET_9P=m +CONFIG_NET_9P_VIRTIO=m +CONFIG_NET_9P_RDMA=m +# CONFIG_NET_9P_DEBUG is not set CONFIG_9P_FS=m CONFIG_9P_FSCACHE=y CONFIG_9P_FS_POSIX_ACL=y +CONFIG_9P_FS_SECURITY=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_ASCII=m CONFIG_NLS_UTF8=m