summaryrefslogtreecommitdiff
path: root/package/ipsec-tools/Config.in
AgeCommit message (Collapse)Author
2012-02-10ipsec-tools: cleanup: remove trailing . after option textPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-10ipsec-tools: add option for dead peer detection supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-13ipsec-tools: bump version, convert to autotools format and simplify Config.inPeter Korsgaard
Closes #2035 - Remove -Werror from CFLAGS - Always enable ipv6 support if available in toolchain - Always install into staging Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-04ipsec-tools: only show the security context choice when ipsec enabledThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-06-23ipsec-tools: Bump version to 0.7.2.Will Newton
Add support for configuring security context support to allow building for non-SELinux targets. Remove some obsolete patches. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-02ipsec-tools: use select rather than depends for library dependenciesPeter Korsgaard
As noticed on the mailing list.
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2007-11-29Make ipsec-tools depend on packets, instead of selecting them, depend on flexUlf Samuelsson
2007-07-28Replace space by tabsUlf Samuelsson
2007-06-26- use BR2_INET_IPV6Bernhard Reutner-Fischer
2006-11-20- setkeys needs libflBernhard Reutner-Fischer
2006-01-23add ipsec-tools package per case 0000439David Anders