mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 13:26:20 +04:00
luci-proto-ncm: add pdptype option
Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
(cherry picked from commit 58fd0749de)
This commit is contained in:
committed by
Jo-Philipp Wich
parent
cd72e1d973
commit
a6b2b29dc6
@@ -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"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user