From: Nicolas Thumann Date: Sun, 2 Aug 2020 15:59:53 +0000 (+0200) Subject: luci-base: Fixed delayed portstatus loading on R7800 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c4b617a7a63e269033b1197479173d834705c098;p=openwrt-luci.git luci-base: Fixed delayed portstatus loading on R7800 Signed-off-by: Nicolas Thumann --- diff --git a/modules/luci-base/root/usr/libexec/rpcd/luci b/modules/luci-base/root/usr/libexec/rpcd/luci index 7f0c0b226c..1d46ad276c 100755 --- a/modules/luci-base/root/usr/libexec/rpcd/luci +++ b/modules/luci-base/root/usr/libexec/rpcd/luci @@ -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),