[Buildroot] adding dhcpcd

Gilles Talis gilles.talis at gmail.com
Wed Mar 6 23:48:03 UTC 2013


Hi John,

2013/3/6 John Stile <john at stilen.com>:
> +define DHCPD_CONFIGURE_CMDS
> +       (cd $@D) && \
> +       $(DHCPCD_PATH) $(DHCPCD_ENV) \
> +       ./configure \
> +       $(CONFIG_ARGS) )
> +endef

I think there's a small typo here. It should be:
define DHCPCD_CONFIGURE_CMDS
instead of
define DHCPD_CONFIGURE_CMDS

This might make the difference.

regards,
Gilles.



More information about the buildroot mailing list