4 Original source can be downloaded from:
5 https://github.com/rsmarples/dhcpcd/releases
7 file = dhcpcd-dhcpcd-7.0.8.tar.gz
10 sha1 = 2bc716dae8a9393240757a09c4356458bd584a05
12 The file README.DELETED contains a list of deleted files and directories.
14 Use "git diff vendor/DHCPCD contrib/dhcpcd" to see local modifications.
16 The program and hook scripts are installed by 'sbin/dhcpcd', and the
17 configuration file is installed by 'etc/Makefile'.
22 1. Generate 'src/dhcpcd-embedded.[ch]':
25 $ ./genembedc > dhcpcd-embedded.c
26 $ ./genembedh > dhcpcd-embedded.h
27 $ rm genembed[ch] dhcpcd-embedded.[ch].in dhcpcd-definitions.conf
29 2. Patch the following files:
35 3. Update the 'config.h' and 'Makefile' at 'sbin/dhcpcd' accordingly.