mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-mod-system: correctness fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ const callSystemValidateFirmwareImage = rpc.declare({
|
|||||||
object: 'system',
|
object: 'system',
|
||||||
method: 'validate_firmware_image',
|
method: 'validate_firmware_image',
|
||||||
params: [ 'path' ],
|
params: [ 'path' ],
|
||||||
expect: { '': { valid: false, forcable: true } }
|
expect: { '': { valid: false, forceable: true } }
|
||||||
});
|
});
|
||||||
|
|
||||||
function findStorageSize(procmtd, procpart) {
|
function findStorageSize(procmtd, procpart) {
|
||||||
|
|||||||
Reference in New Issue
Block a user