Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
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-07-17 20:23:05 +02:00
Gustavo Zacarias
3bc3af3d9c
openswan: new package
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-09 13:32:30 +02:00
Peter Korsgaard
5223447b8b
package: remove openswan
...
As noticed back when it was marked as broken 1 year ago.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-08 17:26:16 +01:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
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-09-03 20:22:38 +02:00
Peter Korsgaard
469f6e4df5
openswan: mark as BROKEN as it doesn't build with current kernel headers
...
It WILL get removed after 2009.05 unless someone steps up to fix it.
2009-02-24 08:56:14 +00:00
Peter Korsgaard
280c871e50
openswan: tarball moved to old/ subdir
2009-01-16 13:21:33 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
2be151db5d
openswan: revert $(strip ...) change (r24307) on patches
...
Thanks to Markus for noticing.
2008-12-17 10:32:06 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Bernhard Reutner-Fischer
036f718684
- add missing include
2007-09-19 09:20:04 +00:00
Bernhard Reutner-Fischer
fbe627b858
- fix args for UDP_INC_STATS_BH
2007-09-19 08:50:54 +00:00
Bernhard Reutner-Fischer
acf1168bca
- bump version to 2.4.9
2007-09-18 13:02:25 +00:00
Ulf Samuelsson
407899d899
Update openswan package with bugfixes
2007-07-23 09:45:23 +00:00
Bernhard Reutner-Fischer
0848d01d38
- need to rename these hunks to come after the base patches
2007-06-21 22:14:55 +00:00
Bernhard Reutner-Fischer
96a63a34fa
- version bump (not yet tested..)
2007-06-21 22:09:36 +00:00
Bernhard Reutner-Fischer
e84104dbdf
- fwd port
2007-03-24 12:46:46 +00:00
Bernhard Reutner-Fischer
8d34e5660f
- fwd port
2007-03-21 10:35:40 +00:00
Bernhard Reutner-Fischer
ea585cf1bc
- store the current patches for the kernel part somewhere
2007-02-15 13:54:25 +00:00
Bernhard Reutner-Fischer
22a6caa17e
- set some kernel related variables for use by packages
2007-02-15 12:30:15 +00:00
Bernhard Reutner-Fischer
8576c4495f
- add option to enable debugging support
2006-12-22 11:29:52 +00:00
Bernhard Reutner-Fischer
40bf460fab
- remove usage of SUSv3 legacy functions.
2006-12-14 15:36:12 +00:00
Bernhard Reutner-Fischer
5de88506d9
- use the correct installation path.
2006-11-29 20:51:47 +00:00
Bernhard Reutner-Fischer
ba1ceecb55
- it helps to actually apply the patches.. ;)
2006-11-29 13:21:28 +00:00
Bernhard Reutner-Fischer
c1d7593fde
- strip cruft off the pluto patch.
2006-11-28 17:04:37 +00:00
Bernhard Reutner-Fischer
ccd252b553
- add openswan support. Compile tested only. Closes #200 .
2006-11-28 16:59:17 +00:00