kernel: build support for NFSv4 in nfsd
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(backported from 92aa21497b)
			
			
This commit is contained in:
		 W. Michael Petullo
					W. Michael Petullo
				
			
				
					committed by
					
						 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
			
				
	
			
			
			 Jo-Philipp Wich
						Jo-Philipp Wich
					
				
			
						parent
						
							1a3c129967
						
					
				
				
					commit
					c1e53d2c82
				
			| @@ -439,9 +439,13 @@ $(eval $(call KernelPackage,fs-nfs-v4)) | ||||
| define KernelPackage/fs-nfsd | ||||
|   SUBMENU:=$(FS_MENU) | ||||
|   TITLE:=NFS kernel server support | ||||
|   DEPENDS:=+kmod-fs-nfs-common +kmod-fs-exportfs | ||||
|   DEPENDS:=+kmod-fs-nfs-common +kmod-fs-exportfs +kmod-fs-nfs-common-rpcsec | ||||
|   KCONFIG:= \ | ||||
| 	CONFIG_NFSD \ | ||||
| 	CONFIG_NFSD_V4=y \ | ||||
| 	CONFIG_NFSD_BLOCKLAYOUT=n \ | ||||
| 	CONFIG_NFSD_SCSILAYOUT=n \ | ||||
| 	CONFIG_NFSD_FLEXFILELAYOUT=n \ | ||||
| 	CONFIG_NFSD_FAULT_INJECTION=n | ||||
|   FILES:=$(LINUX_DIR)/fs/nfsd/nfsd.ko | ||||
|   AUTOLOAD:=$(call AutoLoad,40,nfsd) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user