diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 21:57:14 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 21:57:14 +0100 |
commit | b16b4b09126d1a4ef6274023c5b86b4d38a3794c (patch) | |
tree | e93cbcfa3aaf5bf76200e3fd3569eae7af882aab /README | |
parent | 825eb18ed77f347a6e178d67f547ad867214ebb2 (diff) | |
download | connman-b16b4b09126d1a4ef6274023c5b86b4d38a3794c.tar.gz connman-b16b4b09126d1a4ef6274023c5b86b4d38a3794c.tar.bz2 connman-b16b4b09126d1a4ef6274023c5b86b4d38a3794c.zip |
Remove unfinished and unneeded PPP support
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -33,7 +33,6 @@ In order to compile Connection Manager you need following software packages: - D-Bus library - udev library (optional) - PolicyKit (optional) - - PPP support (optional) To configure run: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var @@ -62,13 +61,6 @@ For a working system, certain configuration options need to be enabled: Enable support for Bluetooth devices (requires BlueZ) - --enable-ppp - - Enable PPP support for dialup connections (requires pppd) - - The location of the pppd binary is auto-detected, but it - can be overwritten via --with-pppd=<path-to-binary>. - --enable-udhcp Enable DHCP client support for BusyBox based systems |