提交 15feef58 编写于 作者: C coolsnowwolf

fix sfe startup enable status

上级 b25aefbf
......@@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for SFE
LUCI_DEPENDS:=+kmod-fast-classifier
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=2
PKG_RELEASE:=3
include $(TOPDIR)/feeds/luci/luci.mk
......
......@@ -10,7 +10,7 @@ end
m = Map("sfe")
m.title = translate("Shortcut Forwarding Engine Acceleration Settings")
m.description = translate("Add an opensource Qualcomm Shortcut FE driver (Fast Path)")
m.description = translate("Opensource Qualcomm Shortcut FE driver (Fast Path)")
s = m:section(TypedSection, "sfe", "")
s.addremove = false
......
......@@ -10,7 +10,7 @@ msgstr "<strong><font color=\"red\">SFE 转发加速引擎未运行</font></stro
msgid "Shortcut Forwarding Engine Acceleration Settings"
msgstr "SFE 转发加速引擎设置"
msgid "Add an opensource Qualcomm Shortcut FE driver (Fast Path)"
msgid "Opensource Qualcomm Shortcut FE driver (Fast Path)"
msgstr "来自高通开源的 Shortcut FE 转发加速引擎 (Fast Path)"
msgid "Enable"
......
......@@ -25,6 +25,9 @@ start(){
echo "no ipv6"
rm -f /dev/sfe_ipv6
fi
else
rmmod fast_classifier
echo "stop"
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册