fs/cifs: update module dependencies
0fdfef9aa7ee68ddd508aef7c98630cfc054f8d6 upstream removed CIFS_SMB311. Kernels 4.19 and above do not have it. Currently only kernels 4.19 and 5.4 are in the tree. The Kconfig file in the kernel has more selection that what is in here. Add the rest and reorder based on upstream ordering. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
		 Rosen Penev
					Rosen Penev
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							6e5759f6b4
						
					
				
				
					commit
					57ad2a9421
				
			| @@ -90,19 +90,22 @@ define KernelPackage/fs-cifs | |||||||
|   KCONFIG:= \ |   KCONFIG:= \ | ||||||
| 	CONFIG_CIFS \ | 	CONFIG_CIFS \ | ||||||
| 	CONFIG_CIFS_DFS_UPCALL=n \ | 	CONFIG_CIFS_DFS_UPCALL=n \ | ||||||
| 	CONFIG_CIFS_UPCALL=n \ | 	CONFIG_CIFS_UPCALL=n | ||||||
| 	CONFIG_CIFS_SMB311=n |  | ||||||
|   FILES:=$(LINUX_DIR)/fs/cifs/cifs.ko |   FILES:=$(LINUX_DIR)/fs/cifs/cifs.ko | ||||||
|   AUTOLOAD:=$(call AutoLoad,30,cifs) |   AUTOLOAD:=$(call AutoLoad,30,cifs) | ||||||
|   $(call AddDepends/nls) |   $(call AddDepends/nls) | ||||||
|   DEPENDS+= \ |   DEPENDS+= \ | ||||||
|     +kmod-crypto-arc4 \ |  | ||||||
|     +kmod-crypto-hmac \ |  | ||||||
|     +kmod-crypto-md5 \ |  | ||||||
|     +kmod-crypto-md4 \ |     +kmod-crypto-md4 \ | ||||||
|     +kmod-crypto-des \ |     +kmod-crypto-md5 \ | ||||||
|  |     +kmod-crypto-sha256 \ | ||||||
|  |     +kmod-crypto-sha512 \ | ||||||
|  |     +kmod-crypto-cmac \ | ||||||
|  |     +kmod-crypto-hmac \ | ||||||
|  |     +kmod-crypto-arc4 \ | ||||||
|  |     +kmod-crypto-aead \ | ||||||
|  |     +kmod-crypto-ccm \ | ||||||
|     +kmod-crypto-ecb \ |     +kmod-crypto-ecb \ | ||||||
|     +kmod-crypto-sha256 |     +kmod-crypto-des | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define KernelPackage/fs-cifs/description | define KernelPackage/fs-cifs/description | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user