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));
};
- 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'));