Android: Support ssh connection caching.

This commit is contained in:
Joey Hess 2013-02-19 14:56:24 -04:00
parent 4f41bd6ba6
commit 0f4cc559a7
6 changed files with 54 additions and 32 deletions

View file

@ -138,7 +138,6 @@ androidConfig c = overrides ++ filter (not . overridden) c
overrides =
[ Config "cp_reflink_auto" $ BoolConfig False
, Config "curl" $ BoolConfig False
, Config "sshconnectioncaching" $ BoolConfig False
, Config "sha224" $ MaybeStringConfig Nothing
, Config "sha384" $ MaybeStringConfig Nothing
]