mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-23 18:05:20 +08:00
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
@ -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 New Issue
Block a user