add openssl dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3541 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
7c99d46e2e
commit
acefaff51c
|
@ -3,6 +3,7 @@ config BR2_PACKAGE_IPSEC_TOOLS
|
|||
tristate
|
||||
default m if BR2_LINUX_2_6_BRCM && CONFIG_DEVEL
|
||||
default m if BR2_LINUX_2_6_X86 && CONFIG_DEVEL
|
||||
select BR2_PACKAGE_LIBOPENSSL
|
||||
default n
|
||||
help
|
||||
IPsec management tools
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Package: ipsec-tools
|
||||
Priority: optional
|
||||
Section: net
|
||||
Depends: libopenssl
|
||||
Description: IPsec management tools
|
||||
|
|
Loading…
Reference in New Issue