1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into develop

This commit is contained in:
suyuan 2021-04-15 10:27:56 +08:00
commit b5b3ea6fda
28 changed files with 12527 additions and 61 deletions

View file

@ -1067,6 +1067,13 @@ function settings_add()
ucic:set("openmptcprouter","settings","scaling_governor",scaling_governor)
end
-- Enable/disable Qualcomm Shortcut FE
local sfe_enabled = luci.http.formvalue("sfe_enabled") or "0"
ucic:set("openmptcprouter","settings","sfe_enabled",sfe_enabled)
local sfe_bridge = luci.http.formvalue("sfe_bridge") or "0"
ucic:set("openmptcprouter","settings","sfe_bridge",sfe_bridge)
ucic:save("openmptcprouter")
ucic:commit("openmptcprouter")