luci-base: Fixed delayed portstatus loading on R7800
Signed-off-by: Nicolas Thumann <me@n-thumann.de>
This commit is contained in:
parent
fbe7af3655
commit
c4b617a7a6
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ local methods = {
|
|||
break
|
||||
end
|
||||
|
||||
local pnum = line:match("^Port (%d+):")
|
||||
local pnum = line:match("^Port (%d+):$")
|
||||
if pnum then
|
||||
port = {
|
||||
port = tonumber(pnum),
|
||||
|
|
Loading…
Reference in a new issue