luci-0.8: Merge r4453

This commit is contained in:
Jo-Philipp Wich 2009-04-29 13:23:11 +00:00
parent 703b52d256
commit 239801927d
2 changed files with 9 additions and 0 deletions

View file

@ -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'

View file

@ -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