luci-proto-ncm: add modem default mode
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
(cherry picked from commit 57439d8daa
)
This commit is contained in:
parent
16837a5d0c
commit
beb9ab2daa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ end
|
|||
|
||||
|
||||
mode = section:taboption("general", Value, "mode", translate("Service Type"))
|
||||
mode.default = "auto"
|
||||
mode:value("", translate("Modem default"))
|
||||
mode:value("preferlte", translate("Prefer LTE"))
|
||||
mode:value("preferumts", translate("Prefer UMTS"))
|
||||
mode:value("lte", "LTE")
|
||||
|
|
Loading…
Reference in a new issue