diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-07-27 18:40:18 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-27 18:40:18 -0700 |
commit | 654d99b98b0a6c9468c74d1a9054e850bfeaede1 (patch) | |
tree | e67da5bc3cd142dca1441a5af88753a336fc1627 /README | |
parent | 6536cc01ae474807f74e0f160f1d7e756f2870e7 (diff) | |
download | connman-654d99b98b0a6c9468c74d1a9054e850bfeaede1.tar.gz connman-654d99b98b0a6c9468c74d1a9054e850bfeaede1.tar.bz2 connman-654d99b98b0a6c9468c74d1a9054e850bfeaede1.zip |
Remove udhcp plugin
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -18,7 +18,7 @@ Various plugins can be enabled for networking support: - Bluetooth plugin Also plugins with additional features are available: - - DHCP plugins (uDHCP and dhclient) + - DHCP plugin (dhclient) - Resolver plugin (DNS proxy) - Loopback setup - PolicyKit support @@ -61,13 +61,6 @@ For a working system, certain configuration options need to be enabled: Enable support for Bluetooth devices (requires BlueZ) - --enable-udhcp - - Enable DHCP client support for BusyBox based systems - - The location of the udhcpc binary is auto-detected, but it - can be overwritten via --with-udhcpc=<path-to-binary>. - --enable-dhclient Enable DHCP client support for ISC dhclient based systems |