luci-proto-ncm: add pdptype option

Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
This commit is contained in:
Dmitry Tunin 2018-07-21 19:40:21 +03:00
parent e4a86478e6
commit 58fd0749de

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