summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2016-04-18 12:13:17 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2016-04-18 16:07:55 +0200
commitbdd41a0e5be573e40c2dca2dd0939b7d87ea1bbc (patch)
tree255d400fbd052fbaab5db6a56d2dfdc46edd267c /rules/wpa_supplicant.in
parentf08147a0db2bb95b5ded3e57b2c95f256c6e969c (diff)
downloadptxdist-bdd41a0e5be573e40c2dca2dd0939b7d87ea1bbc.tar.gz
ptxdist-bdd41a0e5be573e40c2dca2dd0939b7d87ea1bbc.tar.xz
wpa_supplicant: re-add lost option to install wpa_cli
The option to install wpa_cli was lost in commit: 4c6f8388c6db wpa_supplicant: version bump 2.0 -> 2.3 This patch adds it back. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/wpa_supplicant.in')
-rw-r--r--rules/wpa_supplicant.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
index 08e47932f..a5d42faa1 100644
--- a/rules/wpa_supplicant.in
+++ b/rules/wpa_supplicant.in
@@ -24,4 +24,21 @@ config WPA_SUPPLICANT_PASSPHRASE
Install wpa_passphrase tool (Generate a WPA PSK from an ASCII
passphrase for a SSID)
+config WPA_SUPPLICANT_INSTALL_CLI
+ bool
+ prompt "Install wpa_cli"
+ help
+ This option enables or disables installation of the wpa_cli tool in
+ the root file system. The tool allows controlling wpa_supplicant
+ if used in daemon mode.
+
+ You need something like
+
+ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=network
+ update_config=1
+
+ in your /etc/wpa_supplicant.conf to make wpa_cli working. Often
+ it's not necessary to have wpa_cli in the final (non-development)
+ version of an Embedded System.
+
endif