Skip to content
Snippets Groups Projects
Commit 14bd2f93 authored by Andreas Gnau's avatar Andreas Gnau :speech_balloon:
Browse files

brcm63xx: system_layout: WE7202242SA: Adapt to R01 layout

Rename overlayA/B to overlay1/2. This is a breaking change for older R0B
boards. New boards (R01) already have overlay1/2 as name for the overlay
volumes.

Older boards need to be migrated to the new layouts manually.

    ubirename /dev/ubi0 overlayA overlay1 overlayB overlay2
parent d7a190a9
No related branches found
No related tags found
1 merge request!182brcm63xx: system_layout: WE7202242SA: Adapt to R01 layout
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
"id": 1, "id": 1,
"name": "A", "name": "A",
"rootfs": "ubi:rootfs1", "rootfs": "ubi:rootfs1",
"overlay": "ubi:overlayA" "overlay": "ubi:overlay1"
}, },
{ {
"id": 2, "id": 2,
"name": "B", "name": "B",
"rootfs": "ubi:rootfs2", "rootfs": "ubi:rootfs2",
"overlay": "ubi:overlayB" "overlay": "ubi:overlay2"
} }
], ],
"overlay_scope": [ "overlay_scope": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment