mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +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',
|
||||
method: 'validate_firmware_image',
|
||||
params: [ 'path' ],
|
||||
expect: { '': { valid: false, forcable: true } }
|
||||
expect: { '': { valid: false, forceable: true } }
|
||||
});
|
||||
|
||||
function findStorageSize(procmtd, procpart) {
|
||||
|
||||
Reference in New Issue
Block a user