Created
May 11, 2014 10:31
-
-
Save netmarkjp/a253b63334ea75ea79cb to your computer and use it in GitHub Desktop.
gentoo modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
baba@localhost ~ $ sudo grep CONFIG_MODULES /usr/src/linux/.config | |
CONFIG_MODULES_USE_ELF_RELA=y | |
CONFIG_MODULES=y | |
baba@localhost ~ $ sudo grep =m /usr/src/linux/.config | |
CONFIG_NF_NAT=m | |
CONFIG_NF_NAT_FTP=m | |
CONFIG_NF_NAT_IRC=m | |
CONFIG_NF_NAT_SIP=m | |
CONFIG_NETFILTER_XT_MARK=m | |
CONFIG_NETFILTER_XT_TARGET_LOG=m | |
CONFIG_NF_NAT_IPV4=m | |
CONFIG_IP_NF_TARGET_MASQUERADE=m | |
CONFIG_KCOPY=m | |
CONFIG_X86_PKG_TEMP_THERMAL=m | |
baba@localhost ~ $ sudo lsmod | |
Module Size Used by | |
baba@localhost ~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment