mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:09:43 +02:00
add openssl dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3541 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae8ccad156
commit
0dbf45b063
@ -3,6 +3,7 @@ config BR2_PACKAGE_IPSEC_TOOLS
|
|||||||
tristate
|
tristate
|
||||||
default m if BR2_LINUX_2_6_BRCM && CONFIG_DEVEL
|
default m if BR2_LINUX_2_6_BRCM && CONFIG_DEVEL
|
||||||
default m if BR2_LINUX_2_6_X86 && CONFIG_DEVEL
|
default m if BR2_LINUX_2_6_X86 && CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_LIBOPENSSL
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
IPsec management tools
|
IPsec management tools
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
Package: ipsec-tools
|
Package: ipsec-tools
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: net
|
Section: net
|
||||||
|
Depends: libopenssl
|
||||||
Description: IPsec management tools
|
Description: IPsec management tools
|
||||||
|
Loading…
Reference in New Issue
Block a user