luci-proto-ncm: rename service
option to mode
Package luci-proto-ncm depends on comgt-ncm which uses an option
called 'mode' to set the radiomode of the modem. There is no option
'service' in the comgt-ncm scripts.
Suggested-by: breenstorm <49235337+breenstorm@users.noreply.github.com>
[fix commit subject, add commit message, rebase onto master branch]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 4d6642b636
)
This commit is contained in:
parent
cbf33ce913
commit
d865b29e6e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ return network.registerProtocol('ncm', {
|
|||
}, this));
|
||||
};
|
||||
|
||||
o = s.taboption('general', form.Value, 'service', _('Service Type'));
|
||||
o = s.taboption('general', form.Value, 'mode', _('Network Mode'));
|
||||
o.value('', _('Modem default'));
|
||||
o.value('preferlte', _('Prefer LTE'));
|
||||
o.value('preferumts', _('Prefer UMTS'));
|
||||
|
|
Loading…
Reference in a new issue