Merge pull request #1964 from hanipouspilot/ncm-fix

luci-proto-ncm: remove mode 'auto' as default
This commit is contained in:
Jo-Philipp Wich 2018-07-20 07:53:05 +02:00 committed by GitHub
commit ecb0c52bca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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