Procházet zdrojové kódy

fs: erofs: reword "all-fragments" Kconfig text

Currently, both BR2_TARGET_ROOTFS_EROFS_ALL_FRAGMENTS and
BR2_TARGET_ROOTFS_EROFS_FRAGMENTS have the same Kconfig prompt, making
them hard to distinguish.

Reword the one for -Eall-fragments to be distinct.

Signed-off-by: Florian Larysch <fl@n621.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Florian Larysch před 3 týdny
rodič
revize
df7e428cf5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      fs/erofs/Config.in

+ 1 - 1
fs/erofs/Config.in

@@ -109,7 +109,7 @@ config BR2_TARGET_ROOTFS_EROFS_FRAGMENTS
 	  Introduced in Linux 6.1.
 
 config BR2_TARGET_ROOTFS_EROFS_ALL_FRAGMENTS
-	bool "enable fragments packing"
+	bool "enable all-fragments packing"
 	help
 	  Forcely record the whole files into a special inode for better
 	  compression. Introduced in Linux 6.1.