dhcpcd: Include ntp.conf hook
dustin/metricspi/pipeline/head This commit looks good Details

Although `dhcpcd` includes a hook for configuring the NTP daemon from
DHCP options, it is not installed by default.  To enable it, one must
pass `-with-hook=ntp.conf` to the `configure` script before compiling
and installing the package.  Buildroot does not pass this flag by
default, but it does allow us to add it to the list of flags to pass in
our external configuration.
pull/2/head
Dustin 2022-08-22 22:10:32 -05:00
parent e3a349e3a1
commit 42ce4c1383
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
include $(sort $(wildcard $(BR2_EXTERNAL_metricspi_PATH)/package/*/*.mk)) include $(sort $(wildcard $(BR2_EXTERNAL_metricspi_PATH)/package/*/*.mk))
DHCPCD_CONFIG_OPTS += --with-hook=ntp.conf