mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
Merge pull request #2811 from TDT-AG/pr/20190701-luci-proto-qmi
luci-proto-qmi: add missing mtu option
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
local map, section, net = ...
|
||||
|
||||
local device, apn, pincode, username, password
|
||||
local auth, ipv6, delay
|
||||
local auth, ipv6, delay, mtu
|
||||
|
||||
|
||||
device = section:taboption("general", Value, "device", translate("Modem device"))
|
||||
@@ -57,3 +57,7 @@ delay = section:taboption("advanced", Value, "delay",
|
||||
translate("Maximum amount of seconds to wait for the modem to become ready"))
|
||||
delay.placeholder = "10"
|
||||
delay.datatype = "min(1)"
|
||||
|
||||
mtu = section:taboption("advanced", Value, "mtu", translate("Override MTU"))
|
||||
mtu.placeholder = "1500"
|
||||
mtu.datatype = "max(9200)"
|
||||
|
||||
Reference in New Issue
Block a user