Skip to content

Commit

Permalink
Merge pull request kubernetes#2 from s-urbaniak/issue-1
Browse files Browse the repository at this point in the history
kernel: add 9P support
  • Loading branch information
Sergiusz Urbaniak authored Aug 26, 2016
2 parents 5f5b8ed + 656ad1a commit bac45ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions board/coreos/minikube/linux-4.7_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_MAC80211_LEDS=y
CONFIG_RFKILL=y
CONFIG_NET_9P=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
Expand Down Expand Up @@ -350,6 +352,9 @@ CONFIG_NFS_FS=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
CONFIG_9P_FS=m
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_9P_FS_SECURITY=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
Expand Down

0 comments on commit bac45ad

Please sign in to comment.