diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-08 17:33:18 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-08 17:33:18 +0000 |
commit | 30aba41404a0f5689f83a7c73aab1bc8c5bf7f23 (patch) | |
tree | 4672767c4323dc519283556f6cc27ea6f4d7cd01 /openwrt/package/ipsec-tools | |
parent | 1a429e053012964c2a683c0ce8dbe1e1c3a07a77 (diff) |
fix ipsec-tools dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ipsec-tools')
-rw-r--r-- | openwrt/package/ipsec-tools/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/package/ipsec-tools/Config.in b/openwrt/package/ipsec-tools/Config.in index 99900eacc6..bdd3e210f6 100644 --- a/openwrt/package/ipsec-tools/Config.in +++ b/openwrt/package/ipsec-tools/Config.in @@ -1,10 +1,9 @@ config BR2_PACKAGE_IPSEC_TOOLS prompt "ipsec-tools....................... IPsec management tools" tristate - default m if BR2_LINUX_2_6_BRCM && CONFIG_DEVEL - default m if BR2_LINUX_2_6_X86 && CONFIG_DEVEL + depends BR2_LINUX_2_6 select BR2_PACKAGE_LIBOPENSSL - default n + default m if CONFIG_DEVEL help IPsec management tools |