diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-11-09 17:35:13 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-11-09 17:35:59 +0100 |
commit | fe11d4bd6404e0608922226c1e1d799977a8ee97 (patch) | |
tree | e2cce2419b44978b47907ce9a69545f9f476e84b | |
parent | 99246a4fc2523ed6675c6b81b49b0fa4258f847d (diff) | |
download | strongswan-fe11d4bd6404e0608922226c1e1d799977a8ee97.tar.bz2 strongswan-fe11d4bd6404e0608922226c1e1d799977a8ee97.tar.xz |
Properly disable starter and pluto in top Android.mk.
-rw-r--r-- | Android.mk.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk.in b/Android.mk.in index 2ffbe07e6..c110bc673 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -2,10 +2,10 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) # whether starter is built. allows to control the daemons from the command line -strongswan_BUILD_STARTER := false +# strongswan_BUILD_STARTER := true # whether pluto (IKEv1 daemon) is built. charon (IKEv2) is always enabled -strongswan_BUILD_PLUTO := false +# strongswan_BUILD_PLUTO := true # this is the list of plugins that are built into libstrongswan and charon # also these plugins are loaded by default (if not changed in strongswan.conf) |