Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -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 package | Gustavo Zacarias | 2012-05-09 | 1 | -0/+35 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: remove openswan | Peter Korsgaard | 2010-02-08 | 1 | -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 Newton | 2009-09-03 | 1 | -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/ subdir | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | - bump version to 2.4.9 | Bernhard Reutner-Fischer | 2007-09-18 | 1 | -3/+5 |
| | |||||
* | - version bump (not yet tested..) | Bernhard Reutner-Fischer | 2007-06-21 | 1 | -1/+1 |
| | |||||
* | - set some kernel related variables for use by packages | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -2/+4 |
| | |||||
* | - add option to enable debugging support | Bernhard Reutner-Fischer | 2006-12-22 | 1 | -3/+7 |
| | |||||
* | - remove usage of SUSv3 legacy functions. | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -4/+1 |
| | |||||
* | - use the correct installation path. | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -5/+5 |
| | |||||
* | - it helps to actually apply the patches.. ;) | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | - add openswan support. Compile tested only. Closes #200. | Bernhard Reutner-Fischer | 2006-11-28 | 1 | -0/+61 |