fstools: support for ext4fs overlay
authorRam Chandra Jangir <rjangi@codeaurora.org>
Fri, 11 Mar 2016 16:31:42 +0000 (22:01 +0530)
committerJohn Crispin <blogic@openwrt.org>
Fri, 22 Apr 2016 20:07:28 +0000 (22:07 +0200)
commitbf4f08af9b8fe991216023a906182744eb1e4645
tree978edb5e1da4dcca05f90a36f431a04b27f3cdb6
parent89847de58a17dacedab36ef07ec4c12ef8c0e84a
fstools: support for ext4fs overlay

This change will enables eMMC (ext4 fs) boot support, when we try to boot
from eMMC card then it will read partition names from
/sys/block/mmcblkX/mmcblkXY/uevent
file and will mount the rootfs_data partition as ext4fs overlay.

Signed-off-by: Ram Chandra Jangir <rjangi@codeaurora.org>
CMakeLists.txt
libfstools/ext4.c [new file with mode: 0644]
libfstools/find.c
libfstools/libfstools.h
libfstools/overlay.c
libfstools/volume.h
mount_root.c