luci-mod-admin-full: set 0 db DSL SNR offset by default
If no DSL SNR offset is set for the dsl line the first entry from the
dropdown list is pre-selected by default, which would apply a -10 db
offset by default.
Pre-select the 0 db option if nothing else is specified in the uci config
files.
Signed-off-by: Mathias Kresin <dev@kresin.me>
(backported from commit cfdeaa91fa
)
This commit is contained in:
parent
6d349c5f70
commit
7bf0367500
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ if fs.access("/etc/init.d/dsl_control") then
|
|||
line_mode:value("vdsl", translate("VDSL"))
|
||||
|
||||
ds_snr = dsl:option(ListValue, "ds_snr_offset", translate("Downstream SNR offset"))
|
||||
ds_snr.default = "0"
|
||||
for i = -100, 100, 5 do
|
||||
ds_snr:value(i, translatef("%.1f dB", i / 10))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue