Mercurial > hg > dhcpcd
view iconfig.mk @ 5549:6d72dc67a984 draft
DHCP: If error adding the address in oneshot, exit with failure
Otherwise we loop.
It's unlikely oneshot would be used with IPv6 due to addresses
having lifetimes.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Tue, 24 Nov 2020 10:30:08 +0000 |
| parents | ab6ab600e935 |
| children |
line wrap: on
line source
# Nasty hack so that make clean works without configure being run TOP?= . _CONFIG_MK!= test -e ${TOP}/config.mk && \ echo config.mk || echo config-null.mk _CONFIG_MK?= $(shell test -e ${TOP}/config.mk && \ echo config.mk || echo config-null.mk) CONFIG_MK?= ${_CONFIG_MK} include ${TOP}/${CONFIG_MK}
