volume_id: add exFAT detection
function old new delta volume_id_probe_exfat - 294 +294 Signed-off-by: S-G Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		
				
					committed by
					
						
						Denys Vlasenko
					
				
			
			
				
	
			
			
			
						parent
						
							3f21044f20
						
					
				
				
					commit
					e4b9451413
				
			@@ -734,6 +734,15 @@ config FEATURE_VOLUMEID_FAT
 | 
			
		||||
	help
 | 
			
		||||
	  TODO
 | 
			
		||||
 | 
			
		||||
config FEATURE_VOLUMEID_EXFAT
 | 
			
		||||
	bool "exFAT filesystem"
 | 
			
		||||
	default y
 | 
			
		||||
	depends on VOLUMEID
 | 
			
		||||
	help
 | 
			
		||||
	  exFAT (extended FAT) is a proprietary file system designed especially
 | 
			
		||||
	  for flash drives. It has many features from NTFS, but with less
 | 
			
		||||
	  overhead. exFAT is used on most SDXC cards for consumer electronics.
 | 
			
		||||
 | 
			
		||||
config FEATURE_VOLUMEID_HFS
 | 
			
		||||
	bool "hfs filesystem"
 | 
			
		||||
	default y
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user