Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | |
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> | |||
2012-05-09 | openswan: new package | Gustavo Zacarias | |
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-08 | package: remove openswan | Peter Korsgaard | |
As noticed back when it was marked as broken 1 year ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2009-02-24 | openswan: mark as BROKEN as it doesn't build with current kernel headers | Peter Korsgaard | |
It WILL get removed after 2009.05 unless someone steps up to fix it. | |||
2009-01-16 | openswan: tarball moved to old/ subdir | Peter Korsgaard | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-17 | openswan: revert $(strip ...) change (r24307) on patches | Peter Korsgaard | |
Thanks to Markus for noticing. | |||
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-09-19 | - add missing include | Bernhard Reutner-Fischer | |
2007-09-19 | - fix args for UDP_INC_STATS_BH | Bernhard Reutner-Fischer | |
2007-09-18 | - bump version to 2.4.9 | Bernhard Reutner-Fischer | |
2007-07-23 | Update openswan package with bugfixes | Ulf Samuelsson | |
2007-06-21 | - need to rename these hunks to come after the base patches | Bernhard Reutner-Fischer | |
2007-06-21 | - version bump (not yet tested..) | Bernhard Reutner-Fischer | |
2007-03-24 | - fwd port | Bernhard Reutner-Fischer | |
2007-03-21 | - fwd port | Bernhard Reutner-Fischer | |
2007-02-15 | - store the current patches for the kernel part somewhere | Bernhard Reutner-Fischer | |
2007-02-15 | - set some kernel related variables for use by packages | Bernhard Reutner-Fischer | |
2006-12-22 | - add option to enable debugging support | Bernhard Reutner-Fischer | |
2006-12-14 | - remove usage of SUSv3 legacy functions. | Bernhard Reutner-Fischer | |
2006-11-29 | - use the correct installation path. | Bernhard Reutner-Fischer | |
2006-11-29 | - it helps to actually apply the patches.. ;) | Bernhard Reutner-Fischer | |
2006-11-28 | - strip cruft off the pluto patch. | Bernhard Reutner-Fischer | |
2006-11-28 | - add openswan support. Compile tested only. Closes #200. | Bernhard Reutner-Fischer | |