mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 13:31:16 +02:00
add Kconfig for fsuuid command
CONFIG_CMD_FS_UUID was neither whitelisted, nor was it declared in Kconfig. Now it can be enabled in .config and defconfig as expected. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
This commit is contained in:
@@ -831,6 +831,11 @@ config CMD_FS_GENERIC
|
|||||||
Enables filesystem commands (e.g. load, ls) that work for multiple
|
Enables filesystem commands (e.g. load, ls) that work for multiple
|
||||||
fs types.
|
fs types.
|
||||||
|
|
||||||
|
config CMD_FS_UUID
|
||||||
|
bool "fsuuid command"
|
||||||
|
help
|
||||||
|
Enables fsuuid command for filesystem UUID.
|
||||||
|
|
||||||
config CMD_MTDPARTS
|
config CMD_MTDPARTS
|
||||||
depends on ARCH_SUNXI
|
depends on ARCH_SUNXI
|
||||||
bool "MTD partition support"
|
bool "MTD partition support"
|
||||||
|
Reference in New Issue
Block a user