package/network-manager: don't require an external DHCP client
authorTrent Piepho <tpiepho@impinj.com>
Thu, 25 Apr 2019 00:10:46 +0000 (00:10 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 26 Apr 2019 07:15:56 +0000 (09:15 +0200)
NetworkManager now has an internal DHCP client.  Therefor, there is no
need to select either the DHCPCD or DHCP_CLIENT package to get DHCP.

Remove the forced select of one of those packages.

The internal DHCP client has become NetworkManager's preferred DHCP
client, so it seems reasonable that it effectively becomes the default,
unless DHCPCD or DHCP_CLIENT are intentionally enabled.

Signed-off-by: Trent Piepho <tpiepho@impinj.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/network-manager/Config.in

index ca508185f0b933690c704438ba88ba116c37fb4d..2d854fe0032aaa741da9a7dbe18e66e6c41abbd6 100644 (file)
@@ -7,7 +7,6 @@ config BR2_PACKAGE_NETWORK_MANAGER
        # Tested with 3.2, but may even work with earlier versions
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
        depends on BR2_TOOLCHAIN_USES_GLIBC # CLOCK_BOOTTIME, IPTOS_CLASS_*
-       select BR2_PACKAGE_DHCPCD if !BR2_PACKAGE_DHCP_CLIENT
        select BR2_PACKAGE_DBUS
        select BR2_PACKAGE_DBUS_GLIB
        select BR2_PACKAGE_GNUTLS