summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-01-30 14:49:44 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-01-30 15:34:41 +0200
commit19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376 (patch)
tree6532755b1f8676eaf1950a6ea4806b3b39773d24 /README
parenta5e0086f05e44a9e8fca83a4690d5fc01999f92a (diff)
downloadconnman-19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376.tar.gz
connman-19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376.tar.bz2
connman-19fe7cad485afa6a7a5cc4aa75615ce8b7b8d376.zip
README: Add kernel options needed for tethering
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index db3908c4..0f86bc12 100644
--- a/README
+++ b/README
@@ -204,6 +204,23 @@ For a working system, certain configuration options need to be enabled:
in order to enable the dbus access.
+Kernel configuration
+====================
+
+In order to support tethering, the following kernel configuration options
+need to be enabled either as modules (m) or builtin (y):
+
+CONFIG_BRIDGE
+CONFIG_IP_NF_TARGET_MASQUERADE
+
+In order to enable CONFIG_IP_NF_TARGET_MASQUERADE, the following options need
+to be enabled also as modules (m) or builtin (y):
+
+CONFIG_NETFILTER
+CONFIG_NF_CONNTRACK_IPV4
+CONFIG_NF_NAT_IPV4
+
+
wpa_supplicant configuration
============================