Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] network-manager: fix DHCP support.
@ 2014-01-07 10:29 Eric Le Bihan
  2014-01-07 10:29 ` [Buildroot] [PATCH 1/3] dhcpcd: install dhcpcd as /usr/sbin/dhcpcd Eric Le Bihan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eric Le Bihan @ 2014-01-07 10:29 UTC (permalink / raw)
  To: buildroot

This patch series fixes DHCP support for NetworkManager.

The DHCP client used by NetworkManager can be configured in the "[main]"
section of /etc/NetworkManager/NetworkManager.conf either as:

  dhcp=dhclient

or

  dhcp=dhcpcd

The support for either client is enabled by the './configure' script. When
network-manager was built, the instance of the client installed on the
development machine was detected and its location used. Most of the time,
this resulted in dhclient being the only choice...

This patch series:

- installs dhcpcd in the proper directory.
- configures network-manager according to the DHCP client package selected.
- bumps network-manager to its latest version.

Best regards,
ELB

Eric Le Bihan (3):
  dhcpcd: install dhcpcd as /usr/sbin/dhcpcd.
  network-manager: fix DHCP clients detection.
  network-manager: bump to version 0.9.8.2

 package/dhcpcd/dhcpcd.mk                   |    2 +-
 package/network-manager/network-manager.mk |   10 +++++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

--
1.7.9.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-09 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-07 10:29 [Buildroot] [PATCH 0/3] network-manager: fix DHCP support Eric Le Bihan
2014-01-07 10:29 ` [Buildroot] [PATCH 1/3] dhcpcd: install dhcpcd as /usr/sbin/dhcpcd Eric Le Bihan
2014-01-09 11:52   ` Gustavo Zacarias
2014-01-07 10:29 ` [Buildroot] [PATCH 2/3] network-manager: fix DHCP clients detection Eric Le Bihan
2014-01-07 10:29 ` [Buildroot] [PATCH 3/3] network-manager: bump to version 0.9.8.2 Eric Le Bihan
2014-01-09 12:19 ` [Buildroot] [PATCH 0/3] network-manager: fix DHCP support Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox