summaryrefslogtreecommitdiffstats
path: root/package/openswan/openswan.mk
Commit message (Collapse)AuthorAgeFilesLines
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openswan: new packageGustavo Zacarias2012-05-091-0/+35
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove openswanPeter Korsgaard2010-02-081-66/+0
| | | | | | As noticed back when it was marked as broken 1 year ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openswan: tarball moved to old/ subdirPeter Korsgaard2009-01-161-1/+1
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* - bump version to 2.4.9Bernhard Reutner-Fischer2007-09-181-3/+5
|
* - version bump (not yet tested..)Bernhard Reutner-Fischer2007-06-211-1/+1
|
* - set some kernel related variables for use by packagesBernhard Reutner-Fischer2007-02-151-2/+4
|
* - add option to enable debugging supportBernhard Reutner-Fischer2006-12-221-3/+7
|
* - remove usage of SUSv3 legacy functions.Bernhard Reutner-Fischer2006-12-141-4/+1
|
* - use the correct installation path.Bernhard Reutner-Fischer2006-11-291-5/+5
|
* - it helps to actually apply the patches.. ;)Bernhard Reutner-Fischer2006-11-291-1/+1
|
* - add openswan support. Compile tested only. Closes #200.Bernhard Reutner-Fischer2006-11-281-0/+61