package/network-manager: NM needs isc-dhcpc or dhcpcd
authorNathaniel Roach <nroach44@gmail.com>
Wed, 26 Nov 2014 10:50:55 +0000 (18:50 +0800)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 26 Nov 2014 15:12:22 +0000 (16:12 +0100)
commit94319c61d843df9582d1f17ed7224e510b36b141
treed32542b97d93dcd9f57a7c0ebf2ee30a1181d99c
parentb20bb0c7b744b10fc875506549924641b79e5309
package/network-manager: NM needs isc-dhcpc or dhcpcd

NM only currently supports isc-dhcpc and dhcpcd as clients because NM
communicates with the client through DBus, and support for clients needs to
be written in.  (as per files in src/dhcp-manager)

Buildroot's default, udhcpc is not supported.

Add the dependencies to Config.in, favoring dhcpcd as
default due to size.

[Peter: drop references to dhclient, isc-dhcpc is dhclient]
Signed-off-by: Nathaniel Roach <nroach44@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/network-manager/Config.in