summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-09-20 09:29:39 +0000
committerRoy Marples <roy@marples.name>2016-09-20 09:29:39 +0000
commit8113e962fb7819ece43a91be82397e5dcc38f45f (patch)
tree84e138bfe566972b5f1d759d90c52d37877fefcb /README
parentc13106142596583e81a81a866e363056d010721a (diff)
downloaddhcpcd-8113e962fb7819ece43a91be82397e5dcc38f45f.tar.xz
Allow IPv4LL to be compiled out.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 79c709e1..24554101 100644
--- a/README
+++ b/README
@@ -19,8 +19,12 @@ Currently this just removes non important options out of
dhcpcd-definitions.conf, the custom logger and
support for DHCPv6 Prefix Delegation.
Other features maybe dropped as and when required.
-dhcpcd can also be made smaller by removing Authentication support with
---disable-auth.
+dhcpcd can also be made smaller by removing the IPv4 or IPv6 stack:
+ * --disable-inet
+ * --disable-inet6
+Or by removing the following features
+ * --disable-auth
+ * --disable-ipv4ll
If you're cross compiling you may need set the platform if OS is different
from the host.