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>
This commit is contained in:
parent
0dfb7529b7
commit
8b42827b4c
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
|
||||
volumes {
|
||||
ubi-volume-board-config {
|
||||
volume = "board-config";
|
||||
volname = "board-config";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
volumes {
|
||||
ubi-volume-board-config {
|
||||
volume = "board-config";
|
||||
volname = "board-config";
|
||||
|
||||
nvmem-layout {
|
||||
compatible = "fixed-layout";
|
||||
|
|
Loading…
Reference in a new issue