projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eca52a
)
ecryptfs: depends on CRYPTO
author
Randy Dunlap
<
[email protected]
>
Mon, 28 Sep 2009 20:34:20 +0000
(13:34 -0700)
committer
Tyler Hicks
<
[email protected]
>
Thu, 8 Oct 2009 16:21:12 +0000
(11:21 -0500)
ecryptfs uses crypto APIs so it should depend on CRYPTO.
Otherwise many build errors occur. [63 lines not pasted]
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Andrew Morton <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Tyler Hicks <
[email protected]
>
fs/ecryptfs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/ecryptfs/Kconfig
b/fs/ecryptfs/Kconfig
index 8aadb99b7634b76b20abe2314cf050d9b571472b..89ebed3a4869f0e17d81da1ee09cec6c33271097 100644
(file)
--- a/
fs/ecryptfs/Kconfig
+++ b/
fs/ecryptfs/Kconfig
@@
-1,6
+1,6
@@
config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
- depends on EXPERIMENTAL && KEYS && NET
+ depends on EXPERIMENTAL && KEYS && NET
&& CRYPTO
select CRYPTO_ECB
select CRYPTO_CBC
help