summaryrefslogtreecommitdiffstats
path: root/dhcpcd/dhcp6.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-03buildset: Add minimal and everything config.Christian Mauderer1-0/+5
This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
2014-01-30DHCPCD(8): ImportSebastian Huber1-0/+2811
Import DHCPCD(8) from: http://roy.marples.name/projects/dhcpcd/ The upstream sources can be obtained via: fossil clone http://roy.marples.name/projects/dhcpcd The imported version is 2014-01-29 19:46:44 [6b209507bb].