mirror of
https://github.com/openwrt/luci.git
synced 2025-03-16 09:40:28 +00:00
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>
This commit is contained in:
@ -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'));
|
||||
|
Reference in New Issue
Block a user