config/Config-images.in: the ext4 series introduced a regression
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40951
This commit is contained in:
		| @@ -87,9 +87,9 @@ menu "Target Images" | |||||||
| 			  Allows you to change the percentage of reserved blocks in the root filesystem | 			  Allows you to change the percentage of reserved blocks in the root filesystem | ||||||
|  |  | ||||||
| 		choice | 		choice | ||||||
| 			prompt "Root filesystem block size"" | 			prompt "Root filesystem block size" | ||||||
| 			default TARGET_EXT4_BLOCKSIZE_4K | 			default TARGET_EXT4_BLOCKSIZE_4K | ||||||
| 			depends TARGET_ROOTFS_EXT4FS | 			depends on TARGET_ROOTFS_EXT4FS | ||||||
| 			help | 			help | ||||||
| 			  Allows you to change the block size of the root filesystem | 			  Allows you to change the block size of the root filesystem | ||||||
|  |  | ||||||
| @@ -108,7 +108,7 @@ menu "Target Images" | |||||||
| 			default 4096 if TARGET_EXT4_BLOCKSIZE_4K | 			default 4096 if TARGET_EXT4_BLOCKSIZE_4K | ||||||
| 			default 2048 if TARGET_EXT4_BLOCKSIZE_2K | 			default 2048 if TARGET_EXT4_BLOCKSIZE_2K | ||||||
| 			default 1024 if TARGET_EXT4_BLOCKSIZE_1K | 			default 1024 if TARGET_EXT4_BLOCKSIZE_1K | ||||||
| 			depends TARGET_ROOTFS_EXT4FS | 			depends on TARGET_ROOTFS_EXT4FS | ||||||
|  |  | ||||||
| 		config TARGET_EXT4_JOURNAL | 		config TARGET_EXT4_JOURNAL | ||||||
| 			bool "Create a journaling filesystem" | 			bool "Create a journaling filesystem" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin