diff options
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 8766243f0c..f18efc1e88 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1270,7 +1270,7 @@ config CMD_UBIFS depends on CMD_UBI select CRC32 select LZO - default y if NAND_SUNXI + default y if CMD_UBI help UBIFS is a file system for flash devices which works on top of UBI. |