mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
luci-proto-ncm: add pdptype option
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
This commit is contained in:
parent
e4a86478e6
commit
58fd0749de
@ -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"))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user