autocore: luci: sync with upstream source

This commit is contained in:
zxlhhyccc 2022-01-09 10:40:36 +08:00 committed by Tianling Shen
parent 0ee08597f5
commit 6fe3b3caaa
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ local methods = {
local ok, fd
rv.firewall = fs.access("/sbin/fw3")
rv.firewall4 = fs.access("/sbin/fw4")
rv.opkg = fs.access("/bin/opkg")
rv.offloading = fs.access("/sys/module/xt_FLOWOFFLOAD/refcnt")
rv.br2684ctl = fs.access("/usr/sbin/br2684ctl")

View File

@ -207,6 +207,7 @@ local methods = {
local ok, fd
rv.firewall = fs.access("/sbin/fw3")
rv.firewall4 = fs.access("/sbin/fw4")
rv.opkg = fs.access("/bin/opkg")
rv.offloading = fs.access("/sys/module/xt_FLOWOFFLOAD/refcnt")
rv.br2684ctl = fs.access("/usr/sbin/br2684ctl")