mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
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 <git@johnthomson.fastmail.com.au>
This commit is contained in:
parent
4f7065ed25
commit
86fb287ad5
@ -18,7 +18,6 @@
|
|||||||
partition@0 {
|
partition@0 {
|
||||||
label = "RouterBoot";
|
label = "RouterBoot";
|
||||||
reg = <0x0 0x20000>;
|
reg = <0x0 0x20000>;
|
||||||
read-only;
|
|
||||||
compatible = "mikrotik,routerboot-partitions";
|
compatible = "mikrotik,routerboot-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
@ -88,7 +88,6 @@
|
|||||||
partition@0 {
|
partition@0 {
|
||||||
label = "RouterBoot";
|
label = "RouterBoot";
|
||||||
reg = <0x0 0x20000>;
|
reg = <0x0 0x20000>;
|
||||||
read-only;
|
|
||||||
compatible = "mikrotik,routerboot-partitions";
|
compatible = "mikrotik,routerboot-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user