fix sfe startup enable status

This commit is contained in:
coolsnowwolf 2017-09-09 01:52:05 +08:00
parent b25aefbffb
commit 15feef587d
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -25,6 +25,9 @@ start(){
echo "no ipv6"
rm -f /dev/sfe_ipv6
fi
else
rmmod fast_classifier
echo "stop"
fi
}