summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-05-11 11:35:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-05-11 02:36:02 -0700
commit11a73a12ed6d8d00c164c0966408e2617bb217bd (patch)
treeaad09e1dd9f8f82f9ca958439e18c150ef103a8d /README
parent99cf044b1796c0698e58d6bb1f1647521a029e8e (diff)
downloadconnman-11a73a12ed6d8d00c164c0966408e2617bb217bd.tar.gz
connman-11a73a12ed6d8d00c164c0966408e2617bb217bd.tar.bz2
connman-11a73a12ed6d8d00c164c0966408e2617bb217bd.zip
README: Move the VPN entry down
So it is under the "Configuration and options" section.
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 15 insertions, 15 deletions
diff --git a/README b/README
index 11d40ff0..93e64613 100644
--- a/README
+++ b/README
@@ -52,21 +52,6 @@ To compile and install run:
make && make install
-VPN
-===
-
-In order to compile pptp and l2tp VPN plugins, you need ppp development
-package.
-
-To run l2tp you will need
- - xl2tpd, http://www.xelerance.com/services/software/xl2tpd
-
-To run pptp you will need
- - pptp client, http://pptpclient.sourceforge.net
-
-Both l2tp and pptp also need pppd.
-
-
Configuration and options
=========================
@@ -179,3 +164,18 @@ This last option will enable the support of background scanning while being
connected, which is necessary when roaming on wifi.
It is recommended to use wpa_supplicant 0.8.x or 1.x or later.
+
+
+VPN
+===
+
+In order to compile pptp and l2tp VPN plugins, you need ppp development
+package.
+
+To run l2tp you will need
+ - xl2tpd, http://www.xelerance.com/services/software/xl2tpd
+
+To run pptp you will need
+ - pptp client, http://pptpclient.sourceforge.net
+
+Both l2tp and pptp also need pppd.