From: John Thomson Date: Tue, 17 May 2022 23:23:14 +0000 (+1000) Subject: ath79: mikrotik: add rw soft_config to extra devices X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=86fb287ad564e344d9630d8235104da144406d08;p=openwrt%2Fstaging%2Fansuel.git ath79: mikrotik: add rw soft_config to extra devices Linux MTD requires the parent partition be writable for a child partition to be allowed write permission. Signed-off-by: John Thomson --- diff --git a/target/linux/ath79/dts/ar9344_mikrotik_routerboard-16m-nor.dtsi b/target/linux/ath79/dts/ar9344_mikrotik_routerboard-16m-nor.dtsi index a1bb29b0f3..7cc4bb689c 100644 --- a/target/linux/ath79/dts/ar9344_mikrotik_routerboard-16m-nor.dtsi +++ b/target/linux/ath79/dts/ar9344_mikrotik_routerboard-16m-nor.dtsi @@ -18,7 +18,6 @@ partition@0 { label = "RouterBoot"; reg = <0x0 0x20000>; - read-only; compatible = "mikrotik,routerboot-partitions"; #address-cells = <1>; #size-cells = <1>; diff --git a/target/linux/ath79/dts/qca9558_mikrotik_routerboard-96x.dtsi b/target/linux/ath79/dts/qca9558_mikrotik_routerboard-96x.dtsi index e1de96e40c..3cfc40cd86 100644 --- a/target/linux/ath79/dts/qca9558_mikrotik_routerboard-96x.dtsi +++ b/target/linux/ath79/dts/qca9558_mikrotik_routerboard-96x.dtsi @@ -88,7 +88,6 @@ partition@0 { label = "RouterBoot"; reg = <0x0 0x20000>; - read-only; compatible = "mikrotik,routerboot-partitions"; #address-cells = <1>; #size-cells = <1>;