mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-30 19:01:09 +02:00
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.
This commit is contained in:
parent
dd16d73e11
commit
0f8806279c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user