git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
67fd6b6
)
luci-proto-3g: add missed option name for IPv6 address obtain mode
author
Anton Kikin
<redacted>
Fri, 12 Oct 2018 15:18:11 +0000
(18:18 +0300)
committer
Anton Kikin
<redacted>
Fri, 12 Oct 2018 15:18:11 +0000
(18:18 +0300)
Signed-off-by: Anton Kikin <redacted>
protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua
patch
|
blob
|
history
diff --git
a/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua
b/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua
index 1b2e23cc42f4c187edbfcbf28694f7d86f2d7114..e05e3a47fd2a6000de6efa318b565cd8db3b1205 100644
(file)
--- a/
protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua
+++ b/
protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua
@@
-47,7
+47,9
@@
dialnumber.placeholder = "*99***1#"
if luci.model.network:has_ipv6() then
- ipv6 = section:taboption("advanced", ListValue, "ipv6")
+ ipv6 = section:taboption("advanced", ListValue, "ipv6",
+ translate("Obtain IPv6-Address"))
+
ipv6:value("auto", translate("Automatic"))
ipv6:value("0", translate("Disabled"))
ipv6:value("1", translate("Manual"))
git clone https://git.99rst.org/PROJECT