mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Also make linux identify itself properly as 3.0, not 3.0.0. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27191
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/crypto/Kconfig
 | 
						|
+++ b/drivers/crypto/Kconfig
 | 
						|
@@ -172,6 +172,7 @@ config CRYPTO_DEV_MV_CESA
 | 
						|
 	depends on PLAT_ORION
 | 
						|
 	select CRYPTO_ALGAPI
 | 
						|
 	select CRYPTO_AES
 | 
						|
+	select CRYPTO_HASH2
 | 
						|
 	select CRYPTO_BLKCIPHER2
 | 
						|
 	help
 | 
						|
 	  This driver allows you to utilize the Cryptographic Engines and
 |