-------------------------------------------------------------------------------
* 9b5ed4b cfe: Add support for minimum version.
-------------------------------------------------------------------------------
commit 9b5ed4bc9f7ac5064414cf5feb510ffd95df6ec4
Author: Kenneth Johansson <kenneth@southpole.se>
Date: 2019-01-17 21:16:56 +0100
cfe: Add support for minimum version.
If the new version is not larger than the one given programming of CFE is
turned off.
Base directory -> /
src/cfe.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 60 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
On ex400 UBIFS can report busy on first mount regardless of how much
time one waits after ubiupdatevol for the mount.
has to be some internal error in that kernel version.
Also add sync before mount as needed for ex400.
check lock file before the exit handler is added otherwise
we can not exit without also removing the lock and we did not
get it so it should not be removed.