Merge pull request #1980 from hanipouspilot/ncm-addpdp

luci-proto-ncm: add pdptype option
This commit is contained in:
Jo-Philipp Wich 2018-07-21 19:02:47 +02:00 committed by GitHub
commit 45816e8410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,13 @@ mode:value("gsm", translate("GPRS only"))
mode:value("auto", translate("auto")) 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")) apn = section:taboption("general", Value, "apn", translate("APN"))