diff options
| author | Peter Korsgaard | 2008-06-19 21:06:25 +0200 |
|---|---|---|
| committer | Peter Korsgaard | 2008-06-19 21:06:25 +0200 |
| commit | a5ac61715b70ef628e1239e92ffd7aae859e8294 (patch) | |
| tree | 15728d9cc383c794196d671ad8262fc1d364e7e8 /package/ipsec-tools | |
| parent | package/config: add gettext helper (diff) | |
| download | buildroot-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.gz buildroot-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.xz buildroot-a5ac61715b70ef628e1239e92ffd7aae859e8294.zip | |
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
Diffstat (limited to 'package/ipsec-tools')
| -rw-r--r-- | package/ipsec-tools/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipsec-tools/Config.in b/package/ipsec-tools/Config.in index 982824329..7ea9705e4 100644 --- a/package/ipsec-tools/Config.in +++ b/package/ipsec-tools/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_IPSEC_TOOLS bool "ipsec-tools" default n - depends BR2_PACKAGE_OPENSSL && BR2_PACKAGE_FLEX && BR2_PACKAGE_FLEX_LIBFL + depends on BR2_PACKAGE_OPENSSL && BR2_PACKAGE_FLEX && BR2_PACKAGE_FLEX_LIBFL help This package is required to support IPSec for Linux 2.6+ |
