summaryrefslogtreecommitdiff
path: root/common/env_ext4.c
Commit message (Collapse)AuthorAgeLines
* common: Fix support for environment file in EXT4Andrej Rosano2016-06-24-7/+9
| | | | Signed-off-by: Andrej Rosano <andrej@inversepath.com>
* common: Add support for environment file in EXT4.Stuart Longland2016-03-14-0/+127
This is an enhancement that permits storing the environment file on an EXT4 partition such as the root filesystem. It is based on the existing FAT environment file code.