diff options
| author | Rosen Penev | 2024-10-05 19:05:41 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-21 18:54:55 +0000 |
| commit | 8b42827b4cf4a33f76447b9ebc132c841ac0ee2b (patch) | |
| tree | 13f949f25acb7bcc84b239f7bb93a045cf92f107 | |
| parent | 0dfb7529b7d0dab22a2d9b3b4236f776ba7ccc01 (diff) | |
| download | openwrt-8b42827b4cf4a33f76447b9ebc132c841ac0ee2b.tar.gz | |
apm821xx: fix volume/volname
linux,ubi expects the volname variable, not volume.
This will fix NVMEM-on-UBI.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16580
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/apm821xx/dts/meraki-mr24.dts | 2 | ||||
| -rw-r--r-- | target/linux/apm821xx/dts/meraki-mx60.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/apm821xx/dts/meraki-mr24.dts b/target/linux/apm821xx/dts/meraki-mr24.dts index 24ae3dd13f..ef4fc562d9 100644 --- a/target/linux/apm821xx/dts/meraki-mr24.dts +++ b/target/linux/apm821xx/dts/meraki-mr24.dts @@ -92,7 +92,7 @@ volumes { ubi-volume-board-config { - volume = "board-config"; + volname = "board-config"; nvmem-layout { compatible = "fixed-layout"; diff --git a/target/linux/apm821xx/dts/meraki-mx60.dts b/target/linux/apm821xx/dts/meraki-mx60.dts index 10ced9fc09..9f3ecf124b 100644 --- a/target/linux/apm821xx/dts/meraki-mx60.dts +++ b/target/linux/apm821xx/dts/meraki-mx60.dts @@ -77,7 +77,7 @@ volumes { ubi-volume-board-config { - volume = "board-config"; + volname = "board-config"; nvmem-layout { compatible = "fixed-layout"; |