summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGlenn Schmottlach <Glenn.Schmottlach@xs-embedded.com>2014-02-10 16:18:55 -0500
committerPatrik Flykt <patrik.flykt@linux.intel.com>2014-02-14 10:25:05 +0200
commit9abdf5f8e003216f68ea11ec8e5fdd6ea1b0263d (patch)
treece1a78ff1097ddad0d0d14a75530ce7d6a05540e /README
parent1e4e965286c1e4779dc57162510c59c891fe6e9b (diff)
downloadconnman-9abdf5f8e003216f68ea11ec8e5fdd6ea1b0263d.tar.gz
plugins: Refactor Gadget into separate plugin and file.
Move Linux Gadget, i.e. USB client, device support into a separate plug-in instead of being combined with the Ethernet plug-in. Change the prefix of several ethernet driver function names to be more consistent with the underlying driver (e.g. cable_ -> eth_network_, ethernet_ -> eth_dev_, eth_ -> eth_tech_).
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 96bfa6fd..9361287c 100644
--- a/README
+++ b/README
@@ -71,6 +71,14 @@ For a working system, certain configuration options need to be enabled:
enabled. This option can be used to build a small daemon
for a specific system if Ethernet support is not required.
+ --disable-gadget
+
+ Disable support for USB Ethernet Gadget devices
+
+ By default USB Ethernet Gadget technology support is built-in and
+ enabled. This option can be used to build a small daemon
+ for a specific system if USB Ethernet Gadget support is not required.
+
--disable-wifi
Disable support for WiFi devices