fs/erofs: add support for creating EROFS rootfs image
authorGao Xiang <hsiangkao@aol.com>
Mon, 16 Mar 2020 01:58:38 +0000 (09:58 +0800)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 19 Mar 2020 17:43:15 +0000 (18:43 +0100)
commitf69f1fc3022b88330f421b5802db3d71f09fba42
treeb16e8f3c2d3871a11732258dfb778b4381fe3cd0
parent013cc68bf7cd92fc66dc65f7bb62592dc87123db
fs/erofs: add support for creating EROFS rootfs image

This patch makes possible to create rootfs image using
EROFS filesystem.

Signed-off-by: Gao Xiang <hsiangkao@aol.com>
[yann.morin.1998@free.fr:
  - simplify help text of filesystem entry
  - drop the compression choice, keep the single boolean
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
fs/Config.in
fs/erofs/Config.in [new file with mode: 0644]
fs/erofs/erofs.mk [new file with mode: 0644]