commit | a12c66f9fa1be6c1f92e4b23c56339011e943e0b | [log] [tgz] |
---|---|---|
author | Joao Marcos Costa <joaomarcos.costa@bootlin.com> | Thu Jul 30 15:33:48 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 07 22:31:32 2020 -0400 |
tree | 7267e88915a81a8d30ab11b18c965262f1f9b7f4 | |
parent | 29da37490bc0be52e58ec533fefa7a1c856a1490 [diff] [blame] |
fs/squashfs: add filesystem commands Add 'ls' and 'load' commands. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6ac274e..23d7e27 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -2090,6 +2090,12 @@ help Support for the FAT fs +config CMD_SQUASHFS + bool "SquashFS command support" + select FS_SQUASHFS + help + Enables SquashFS filesystem commands (e.g. load, ls). + config CMD_FS_GENERIC bool "filesystem commands" help