mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Make vpnc depend on packets, instead of selecting them
This commit is contained in:
parent
9b8a2f0362
commit
2fc7394b94
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_VPNC
|
config BR2_PACKAGE_VPNC
|
||||||
bool "vpnc"
|
bool "vpnc"
|
||||||
select BR2_PACKAGE_LIBGCRYPT
|
depends BR2_PACKAGE_LIBGCRYPT
|
||||||
select BR2_PACKAGE_LIBGPG_ERROR
|
depends BR2_PACKAGE_LIBGPG_ERROR
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Client for Cisco VPN concentrator
|
Client for Cisco VPN concentrator
|
||||||
@ -12,3 +12,5 @@ config BR2_PACKAGE_VPNC
|
|||||||
|
|
||||||
http://www.unix-ag.uni-kl.de/~massar/vpnc
|
http://www.unix-ag.uni-kl.de/~massar/vpnc
|
||||||
|
|
||||||
|
comment "vpnc - disabled (requires libgcrypt and libgpg_error)"
|
||||||
|
depends !BR2_PACKAGE_LIBGCRYPT || !BR2_PACKAGE_LIBGPG_ERROR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user