luci-0.8: Merge r4453
This commit is contained in:
parent
703b52d256
commit
239801927d
2 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,14 @@ config variable
|
|||
option description 'Level of log messages on the console'
|
||||
option datatype integer
|
||||
|
||||
config variable
|
||||
option name 'cronloglevel'
|
||||
option section 'system.system'
|
||||
option title 'Crond log level'
|
||||
option description 'Level of log messages for cron daemon'
|
||||
option datatype integer
|
||||
|
||||
|
||||
config section
|
||||
option name 'led'
|
||||
option package 'system'
|
||||
|
|
|
@ -70,4 +70,5 @@ end
|
|||
s:option(Value, "log_size", nil, "kiB").optional = true
|
||||
s:option(Value, "log_ip").optional = true
|
||||
s:option(Value, "conloglevel").optional = true
|
||||
s:option(Value, "cronloglevel").optional = true
|
||||
return m
|
||||
|
|
Loading…
Reference in a new issue