modules/admin-{core,full}: cover new openwrt option "cronloglevel"
This commit is contained in:
parent
7a3715c5c5
commit
438180ead4
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 description 'Level of log messages on the console'
|
||||||
option datatype integer
|
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
|
config section
|
||||||
option name 'led'
|
option name 'led'
|
||||||
option package 'system'
|
option package 'system'
|
||||||
|
|
|
@ -76,4 +76,5 @@ end
|
||||||
s:option(Value, "log_size", nil, "kiB").optional = true
|
s:option(Value, "log_size", nil, "kiB").optional = true
|
||||||
s:option(Value, "log_ip").optional = true
|
s:option(Value, "log_ip").optional = true
|
||||||
s:option(Value, "conloglevel").optional = true
|
s:option(Value, "conloglevel").optional = true
|
||||||
|
s:option(Value, "cronloglevel").optional = true
|
||||||
return m
|
return m
|
||||||
|
|
Loading…
Reference in a new issue