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("ntpc_drift"))
s2.anonymous = true
+s2.addremove = false
+
s2:option(Value, "freq", translate("ntpc_drift_freq")).rmempty = 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