Skip to content

Commit

Permalink
readme: Document kernel options needed by session
Browse files Browse the repository at this point in the history
Session networking code needs these kernel options to work.
CONFIG_NETFILTER_XT_CONNMARK
CONFIG_NETFILTER_XT_TARGET_CONNMARK
CONFIG_NETFILTER_XT_MATCH_CONNMARK
  • Loading branch information
jukkar authored and pfl committed Aug 26, 2013
1 parent ba4d4ed commit 115cb9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -276,6 +276,9 @@ CONFIG_IP_NF_IPTABLES
CONFIG_IP_MULTIPLE_TABLES
CONFIG_NETFILTER_NETLINK_ACCT
CONFIG_NETFILTER_XT_MATCH_NFACCT
CONFIG_NETFILTER_XT_CONNMARK
CONFIG_NETFILTER_XT_TARGET_CONNMARK
CONFIG_NETFILTER_XT_MATCH_CONNMARK

In order to support USB gadget tethering, the following kernel configuration
options need to be enabled:
Expand Down

0 comments on commit 115cb9c

Please sign in to comment.