mirror of
				https://github.com/hzyitc/openwrt-redmi-ax3000
				synced 2025-10-30 07:50:32 +08:00 
			
		
		
		
	config: Enable ext4 journaling by default.
Not having a journal by default is a major "gotcha". Because openwrt does not fsck on boot, a power loss without journaling can result in a dirty filesystem that openwrt will mount as read-only which requires intervention to restore the router to working order. Signed-off-by: Jordan Woyak <jordan.woyak@gmail.com>
This commit is contained in:
		 Jordan Woyak
					Jordan Woyak
				
			
				
					committed by
					
						 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			 Hauke Mehrtens
						Hauke Mehrtens
					
				
			
						parent
						
							d506ea3e80
						
					
				
				
					commit
					f9f2426e39
				
			| @ -127,6 +127,7 @@ menu "Target Images" | ||||
| 		config TARGET_EXT4_JOURNAL | ||||
| 			bool "Create a journaling filesystem" | ||||
| 			depends on TARGET_ROOTFS_EXT4FS | ||||
| 			default y | ||||
| 			help | ||||
| 			  Create an ext4 filesystem with a journal. | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user