summaryrefslogtreecommitdiffstats
path: root/package/ipsec-tools/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* packages/flex: remove unnecessary BR2_PACKAGE_FLEX_LIBFLGustavo Zacarias2013-03-091-1/+0
| | | | | | | | | | The BR2_PACKAGE_FLEX_LIBFL knob was removed by bd72a13a4ca3033bacbaf9e9a2b424acf149f83d so remove it from the packages that used it since it's completely unnecessary. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: cleanup: remove trailing . after option textPeter Korsgaard2012-02-101-4/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: add option for dead peer detection supportPeter Korsgaard2012-02-101-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipsec-tools: bump version, convert to autotools format and simplify Config.inPeter Korsgaard2010-06-131-24/+2
| | | | | | | | | | 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>
* ipsec-tools: only show the security context choice when ipsec enabledThomas Petazzoni2009-08-041-0/+4
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ipsec-tools: Bump version to 0.7.2.Will Newton2009-06-231-12/+29
| | | | | | | | | | 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>
* ipsec-tools: use select rather than depends for library dependenciesPeter Korsgaard2009-03-021-4/+3
| | | | As noticed on the mailing list.
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-5/+5
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-4/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Make ipsec-tools depend on packets, instead of selecting them, depend on flexUlf Samuelsson2007-11-291-2/+4
|
* Replace space by tabsUlf Samuelsson2007-07-281-4/+4
|
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-261-1/+1
|
* - setkeys needs libflBernhard Reutner-Fischer2006-11-201-0/+1
|
* add ipsec-tools package per case 0000439David Anders2006-01-231-0/+64