diff options
| author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 08:50:54 +0000 | 
|---|---|---|
| committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 08:50:54 +0000 | 
| commit | b74489d910ba0c22c30fc3db6d9f1c316c7333a8 (patch) | |
| tree | 0c8716c5e67d2f8142dc9e18a5bac307c709c041 /target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch | |
| parent | 768e3f0496554d89a23b312eb2d50d9af5c2ce62 (diff) | |
linux/generic: refresh 2.6.36 kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23237 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch')
| -rw-r--r-- | target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch b/target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch index 9273a0f55..38113dfa7 100644 --- a/target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch +++ b/target/linux/generic/patches-2.6.36/260-crypto_optional_tests.patch @@ -1,8 +1,8 @@  --- a/crypto/Kconfig  +++ b/crypto/Kconfig -@@ -104,6 +104,10 @@ config CRYPTO_MANAGER_TESTS - 	  Run cryptomanager's tests for the new crypto algorithms being - 	  registered. +@@ -109,6 +109,10 @@ config CRYPTO_MANAGER_DISABLE_TESTS + 	  Disable run-time self tests that normally take place at + 	  algorithm registration.  +config CRYPTO_MANAGER_NO_TESTS  +	bool "Disable internal testsuite to save space" @@ -43,7 +43,7 @@  +#endif /* CONFIG_CRYPTO_MANAGER_NO_TESTS */   } - #endif /* CONFIG_CRYPTO_MANAGER_TESTS */ + #endif /* CONFIG_CRYPTO_MANAGER_DISABLE_TESTS */  --- a/crypto/testmgr.h  +++ b/crypto/testmgr.h  @@ -20,6 +20,8 @@  | 
