Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 7641697

Browse files
committed
kernel: enable nfs support
Signed-off-by: Peng Tao <bergwolf@gmail.com>
1 parent 981e53f commit 7641697

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM centos:7
22
MAINTAINER Hyper Developers <dev@hyper.sh>
33

4-
RUN yum install -y patch gcc ncurses-devel make openssl-devel bc
4+
RUN yum install -y patch gcc ncurses-devel make openssl-devel bc perl
55

66
ENV KERNEL_VERSION 4.4.28
77
ENV LOCALVERSION -hyper

build/kernel

32 Bytes
Binary file not shown.

build/kernel_config

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ CONFIG_NET_ACT_CONNMARK=m
11851185
CONFIG_NET_CLS_IND=y
11861186
CONFIG_NET_SCH_FIFO=y
11871187
CONFIG_DCB=y
1188-
# CONFIG_DNS_RESOLVER is not set
1188+
CONFIG_DNS_RESOLVER=m
11891189
# CONFIG_BATMAN_ADV is not set
11901190
CONFIG_OPENVSWITCH=m
11911191
CONFIG_OPENVSWITCH_GRE=m
@@ -2059,8 +2059,23 @@ CONFIG_TMPFS_XATTR=y
20592059
# CONFIG_CONFIGFS_FS is not set
20602060
# CONFIG_MISC_FILESYSTEMS is not set
20612061
CONFIG_NETWORK_FILESYSTEMS=y
2062-
# CONFIG_NFS_FS is not set
2062+
CONFIG_NFS_FS=m
2063+
CONFIG_NFS_V2=m
2064+
CONFIG_NFS_V3=m
2065+
# CONFIG_NFS_V3_ACL is not set
2066+
CONFIG_NFS_V4=m
2067+
# CONFIG_NFS_SWAP is not set
2068+
# CONFIG_NFS_V4_1 is not set
2069+
# CONFIG_NFS_USE_LEGACY_DNS is not set
2070+
CONFIG_NFS_USE_KERNEL_DNS=y
20632071
# CONFIG_NFSD is not set
2072+
CONFIG_GRACE_PERIOD=m
2073+
CONFIG_LOCKD=m
2074+
CONFIG_LOCKD_V4=y
2075+
CONFIG_NFS_COMMON=y
2076+
CONFIG_SUNRPC=m
2077+
CONFIG_SUNRPC_GSS=m
2078+
# CONFIG_SUNRPC_DEBUG is not set
20642079
# CONFIG_CEPH_FS is not set
20652080
# CONFIG_CIFS is not set
20662081
# CONFIG_NCP_FS is not set
@@ -2484,6 +2499,7 @@ CONFIG_NLATTR=y
24842499
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
24852500
# CONFIG_CORDIC is not set
24862501
# CONFIG_DDR is not set
2502+
CONFIG_OID_REGISTRY=m
24872503
# CONFIG_SG_SPLIT is not set
24882504
CONFIG_ARCH_HAS_SG_CHAIN=y
24892505
CONFIG_ARCH_HAS_PMEM_API=y

build/modules.tar

1.09 MB
Binary file not shown.

0 commit comments

Comments
 (0)