sys-kernel/coreos-modules: Unmodularize ip_tables.ko and autofs4.ko

systemd has special-case code to unconditionally load these modules, so
we might as well build them in.
This commit is contained in:
Benjamin Gilbert 2017-04-20 15:59:01 -07:00
parent 7b74c75a3a
commit 8c64aeb6ae
3 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ CONFIG_IP_VS_NQ=m
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_PE_SIP=m
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
@ -732,7 +732,7 @@ CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_AUTOFS4_FS=m
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_FSCACHE=m