summaryrefslogtreecommitdiffstats
path: root/rules/wpa_supplicant.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-06-09 10:03:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-14 02:21:53 +0200
commit272aebcb2355481826166f2769b4c04557ae06b0 (patch)
tree4864cffa93ef42c0ba4ad66deb193f3d18817ea3 /rules/wpa_supplicant.in
parent1255f5b98023437b764bf4decbfe38c03f496127 (diff)
downloadptxdist-272aebcb2355481826166f2769b4c04557ae06b0.tar.gz
ptxdist-272aebcb2355481826166f2769b4c04557ae06b0.tar.xz
wpa_supplicant: Allow disabling of wpa_cli installation
Often wpa_cli is not needed in the final system. So make it possible to save a few bytes. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/wpa_supplicant.in')
-rw-r--r--rules/wpa_supplicant.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/wpa_supplicant.in b/rules/wpa_supplicant.in
index 3f634ab12..733a2b55c 100644
--- a/rules/wpa_supplicant.in
+++ b/rules/wpa_supplicant.in
@@ -109,4 +109,22 @@ config WPA_SUPPLICANT_DRIVER_ROBOSWITCH
Driver interface for the Broadcom RoboSwitch family
untested
+config WPA_SUPPLICANT_INSTALL_CLI
+ bool
+ prompt "Install wpa_cli"
+ default y
+ 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