s = m:section(TypedSection, "ntpclient", translate("General"))
s.anonymous = true
+s.addremove = false
s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c")
s2 = m:section(TypedSection, "ntpdrift", translate("Clock Adjustment"))
s2.anonymous = true
+s2.addremove = false
s2:option(Value, "freq", translate("Offset Frequency")).rmempty = true
-
s3 = m:section(TypedSection, "ntpserver", translate("Time Server"))
s3.anonymous = true
s3.addremove = true
s3:option(Value, "hostname", translate("Hostname"))
s3:option(Value, "port", translate("Port")).rmempty = true
-return m
\ No newline at end of file
+return m
s = m:section(TypedSection, "ntpclient", translate("General"))
s.anonymous = true
+s.addremove = false
s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c")
s3:option(Value, "hostname", translate("Hostname"))
s3:option(Value, "port", translate("Port")).rmempty = true
-return m
\ No newline at end of file
+return m