fstools: Add support to read-only MTD partitions (eg. recovery images)
authorBruno Pena <brunompena@gmail.com>
Sat, 4 Jan 2020 11:52:08 +0000 (12:52 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 18 Jan 2020 13:43:09 +0000 (14:43 +0100)
commitf5c7c1813f52e6d7b59ecfb2f9f95e69b05b1980
treeabc8fe5c611349abf2f702b3880ee314adf09912
parent189b41b6b48786a51eb2b8bc450cb7d560f030f0
fstools: Add support to read-only MTD partitions (eg. recovery images)

This patch enables fstools to open read-only MTD partitions, which in
turn also enables OpenWrt to boot from read-only partitions.

The use of read-only partitions is of special importance for WiFi-only
devices, where a protected read-only recovery image can be used in case
something goes wrong with the main firmware (eg. user gets locked out
due to bad settings, flash of an unbootable dev firmware, etc).

Signed-off-by: Bruno Pena <brunompena@gmail.com>
libfstools/mtd.c