From 6fe3b3caaa83c839aa13039f9fe974e0da2c6796 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sun, 9 Jan 2022 10:40:36 +0800 Subject: [PATCH] autocore: luci: sync with upstream source --- package/emortal/autocore/files/arm/rpcd_luci | 1 + package/emortal/autocore/files/x86/rpcd_luci | 1 + 2 files changed, 2 insertions(+) diff --git a/package/emortal/autocore/files/arm/rpcd_luci b/package/emortal/autocore/files/arm/rpcd_luci index 54d36ce0bf..eaa1dbba5b 100755 --- a/package/emortal/autocore/files/arm/rpcd_luci +++ b/package/emortal/autocore/files/arm/rpcd_luci @@ -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") diff --git a/package/emortal/autocore/files/x86/rpcd_luci b/package/emortal/autocore/files/x86/rpcd_luci index f922abde8e..fcc30d63c2 100755 --- a/package/emortal/autocore/files/x86/rpcd_luci +++ b/package/emortal/autocore/files/x86/rpcd_luci @@ -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")