git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
572e426
)
modules/admin-full/system: Add option for log_port
author
Manuel Munz
<redacted>
Thu, 18 Nov 2010 13:49:52 +0000
(13:49 +0000)
committer
Manuel Munz
<redacted>
Thu, 18 Nov 2010 13:49:52 +0000
(13:49 +0000)
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
b/modules/admin-full/luasrc/model/cbi/admin_system/system.lua
index 343d2e531099f42c927114a0a5812c859dba2b17..891e48ea8c2a799d1eb7d78379256372654c7f68 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_system/system.lua
@@
-96,6
+96,7
@@
end
s:option(Value, "log_size", translate("System log buffer size"), "kiB").optional = true
s:option(Value, "log_ip", translate("External system log server")).optional = true
+s:option(Value, "log_port", translate("External system log server port")).optional = true
s:option(Value, "conloglevel", translate("Log output level")).optional = true
s:option(Value, "cronloglevel", translate("Cron Log Level")).optional = true
git clone https://git.99rst.org/PROJECT