Friday, November 17, 2006
Checking running Kernel support for a module
For instance this example checks for netfilter support
zgrep -i netfilter /proc/config.gz
CONFIG_NETFILTER=y
My Experiences with Linux Kernel Hacks
For instance this example checks for netfilter support
zgrep -i netfilter /proc/config.gz
CONFIG_NETFILTER=y