Skip to content

Commit

Permalink
Enable 9P
Browse files Browse the repository at this point in the history
  • Loading branch information
be32826 committed Feb 1, 2024
1 parent 7d30f90 commit b116521
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions configs/4.10/all-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,8 @@ CONFIG_VLAN_8021Q=y
CONFIG_VSOCKETS=y
CONFIG_XFRM_USER=y
CONFIG_ZISOFS=y
CONFIG_9P_FS=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_NET_9P=y
CONFIG_NET_9P_DEBUG=y
CONFIG_NET_9P_VIRTIO=y
7 changes: 5 additions & 2 deletions configs/6.7/all-common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ CONFIG_INET6_ESP=y
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
CONFIG_INET=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_MANGLE=y
Expand Down Expand Up @@ -215,7 +214,6 @@ CONFIG_SYSVIPC=y
CONFIG_TMPFS=y
CONFIG_TUN=y
CONFIG_UDF_FS=y
CONFIG_UNIX=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_STORAGE=y
Expand All @@ -232,3 +230,8 @@ CONFIG_VLAN_8021Q=y
CONFIG_VSOCKETS=y
CONFIG_XFRM_USER=y
CONFIG_ZISOFS=y
CONFIG_9P_FS=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_NET_9P=y
CONFIG_NET_9P_DEBUG=y
CONFIG_NET_9P_VIRTIO=y

0 comments on commit b116521

Please sign in to comment.