luci-proto-ncm: add pdptype option

Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
(cherry picked from commit 58fd0749de)
This commit is contained in:
Dmitry Tunin 2018-07-21 19:40:21 +03:00 committed by Jo-Philipp Wich
parent cd72e1d973
commit a6b2b29dc6

View file

@ -41,6 +41,13 @@ mode:value("gsm", translate("GPRS only"))
mode:value("auto", translate("auto"))
mode = section:taboption("general", Value, "pdptype", translate("IP Protocol"))
mode.default = "IP"
mode:value("IP", translate("IPv4"))
mode:value("IPV4V6", translate("IPv4+IPv6"))
mode:value("IPV6", translate("IPv6"))
apn = section:taboption("general", Value, "apn", translate("APN"))