diff options
| author | Roy Marples <roy@marples.name> | 2016-09-09 09:56:26 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-09-09 09:56:26 +0000 |
| commit | 98cc5e0b723fa5b40711f5529d240510dfdb09bb (patch) | |
| tree | 73b7856c7132f75954863d9c7421461af2eba51f /README | |
| parent | 4faac32f3a6b1120bed7272bdea473da886a64d0 (diff) | |
| download | dhcpcd-98cc5e0b723fa5b40711f5529d240510dfdb09bb.tar.xz | |
Add the --small configure option which currently removes non essential options
from being parsed out into dhcpcd-run-hooks and removes support for
DHCPv6 Prefix Delegation.
This is mainly to build a tiny dhcpcd for install media size there are more
extreme space limitations.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,13 @@ man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events Notes ----- +To compile small dhcpcd, maybe to be used for installation media where +size is a concern, you can use the --small configure option to enable +a reduced feature set within dhcpcd. +Currently this just removes non important options out of +dhcpcd-definitions.conf and removes support for DHCPv6 Prefix Delegation. +Other features maybe dropped as and when required. + If you're cross compiling you may need set the platform if OS is different from the host. --target=sparc-sun-netbsd5.0 |
