commit | c8eefae23ff98b55ee576c60b009b62630b0b202 | [log] [tgz] |
---|---|---|
author | Huang Jianan <jnhuang95@gmail.com> | Sat Feb 26 15:05:50 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 16:19:29 2022 -0400 |
tree | 61c2c8c09e302a0a755f2a0079b1185b313935e7 | |
parent | 7dcfbb11f5ae077b70d7dc112ff2bd14d3b935df [diff] [blame] |
fs/erofs: add filesystem commands Add 'ls' and 'load' commands. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 1ed63fa..9d0e803 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -2201,6 +2201,12 @@ cramfsls - lists files in a cramfs image cramfsload - loads a file from a cramfs image +config CMD_EROFS + bool "EROFS command support" + select FS_EROFS + help + Support for the EROFS fs + config CMD_EXT2 bool "ext2 command support" select FS_EXT4