mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 06:54:21 +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> (cherry picked from commit 86fb287ad564e344d9630d8235104da144406d08)
This commit is contained in:
parent
993b70a429
commit
fbbc127f42
@ -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