diff options
| author | Roy Marples <roy@marples.name> | 2016-09-20 09:29:39 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-09-20 09:29:39 +0000 |
| commit | 8113e962fb7819ece43a91be82397e5dcc38f45f (patch) | |
| tree | 84e138bfe566972b5f1d759d90c52d37877fefcb /README | |
| parent | c13106142596583e81a81a866e363056d010721a (diff) | |
| download | dhcpcd-8113e962fb7819ece43a91be82397e5dcc38f45f.tar.xz | |
Allow IPv4LL to be compiled out.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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. |
