Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bye bye Pluto! | Tobias Brunner | 2012-06-11 | 1 | -4/+0 |
| | | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack. | ||||
* | starter: Remove all ties to pluto/libfreeswan. | Tobias Brunner | 2012-06-11 | 1 | -8/+1 |
| | | | | Moved some types/constants in the process. | ||||
* | starter: Remove main parts of pluto support (invoke, whack). | Tobias Brunner | 2012-06-11 | 1 | -2/+2 |
| | |||||
* | starter: Drop support for %defaultroute. | Tobias Brunner | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | starter: Migrated logging to libstrongswan. | Tobias Brunner | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | starter: Remove unneeded starter_exec function. | Tobias Brunner | 2012-06-11 | 1 | -2/+2 |
| | |||||
* | Starter depends on whack/stroke on Android. | Tobias Brunner | 2012-01-12 | 1 | -0/+5 |
| | | | | | With this change whack and stroke get installed automatically if starter is enabled. | ||||
* | Android 4 requires LOCAL_MODULE_TAGS to be set for all modules. | Tobias Brunner | 2012-01-12 | 1 | -0/+2 |
| | | | | | | | Because all packages are now marked as optional executables that are to be installed on the final system have to be added to PRODUCT_PACKAGES in build/target/product/core.mk. Dependencies (such as libraries) are installed automatically. | ||||
* | starter: Android.mk updated to use kernel-netlink via libhydra. | Tobias Brunner | 2011-10-21 | 1 | -2/+3 |
| | |||||
* | starter: Only try to start pluto on Android if it is actually enabled. | Tobias Brunner | 2011-10-14 | 1 | -1/+5 |
| | |||||
* | Build starter on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+35 |