commit | 6068abe33fff28ba50a0f68eabc5d9eb31b7045d | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Wed May 15 07:37:16 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 16:20:27 2024 -0600 |
tree | 2c5d7ff694776d538e9f7411c755f5da7c28d3c5 | |
parent | 2b6c4b66e5df5c82e5197191d32ac7b81e29abcb [diff] |
fs: relax ext4_write_file() dependency ext4_write_file() depends on CONFIG_EXT4_WRITE. Allow build without CONFIG_CMD_EXT4_WRITE. Signed-off-by: Baruch Siach <baruch@tkos.co.il>