From 51360a913b492d042a697a9658a21f820a027fa1 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 1 Jan 2021 17:08:34 -0500 Subject: ath79: make Engenius fakeroot partitions read-only For: - ENH202 v1 - ENS202EXT v1 These boards were committed before it was discovered that for all Engenius boards with a "failsafe" image, forcing the failsafe image to load next boot can be achieved by editing the u-boot environment like: `fw_setenv rootfs_checksum 0` So it's not necessary to delete a partition to boot to failsafe image. Signed-off-by: Michael Pratt --- target/linux/ath79/dts/ar9341_engenius_ens202ext-v1.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ath79/dts/ar9341_engenius_ens202ext-v1.dts') diff --git a/target/linux/ath79/dts/ar9341_engenius_ens202ext-v1.dts b/target/linux/ath79/dts/ar9341_engenius_ens202ext-v1.dts index 8b28d581b1..6e296ab496 100644 --- a/target/linux/ath79/dts/ar9341_engenius_ens202ext-v1.dts +++ b/target/linux/ath79/dts/ar9341_engenius_ens202ext-v1.dts @@ -130,6 +130,7 @@ partition@220000 { label = "fakeroot"; reg = <0x220000 0x010000>; + read-only; }; fwconcat0: partition@230000 { -- cgit v1.2.3