This repository was archived by the owner on Feb 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11FROM centos:7
22MAINTAINER 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
66ENV KERNEL_VERSION 4.4.28
77ENV LOCALVERSION -hyper
Original file line number Diff line number Diff line change @@ -1185,7 +1185,7 @@ CONFIG_NET_ACT_CONNMARK=m
11851185CONFIG_NET_CLS_IND=y
11861186CONFIG_NET_SCH_FIFO=y
11871187CONFIG_DCB=y
1188- # CONFIG_DNS_RESOLVER is not set
1188+ CONFIG_DNS_RESOLVER=m
11891189# CONFIG_BATMAN_ADV is not set
11901190CONFIG_OPENVSWITCH=m
11911191CONFIG_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
20612061CONFIG_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
24842499CONFIG_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
24882504CONFIG_ARCH_HAS_SG_CHAIN=y
24892505CONFIG_ARCH_HAS_PMEM_API=y
You can’t perform that action at this time.
0 commit comments