diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-02 19:36:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-01-02 19:36:05 +0000 |
commit | dcc50f9e22e30a4bb02096f1a3cb8d74fd5313a4 (patch) | |
tree | 3af7e1a4daa57266d207f261fb946465b3f5e885 | |
parent | b000154c7cd48c1498d0ca3bf7b6a554a9e25f60 (diff) |
applications/luci-ntpc: drop uvl schema
-rw-r--r-- | applications/luci-ntpc/root/lib/uci/schema/default/ntpclient | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/applications/luci-ntpc/root/lib/uci/schema/default/ntpclient b/applications/luci-ntpc/root/lib/uci/schema/default/ntpclient deleted file mode 100644 index 0b7b5a5e5..000000000 --- a/applications/luci-ntpc/root/lib/uci/schema/default/ntpclient +++ /dev/null @@ -1,53 +0,0 @@ -package ntpclient - -config package - option title 'Time Synchronisation' - -config section - option name 'ntpclient' - option package 'ntpclient' - option title 'General' - option unique true - option required true - -config variable - option name 'interval' - option section 'ntpclient.ntpclient' - option title 'Update Interval (in s)' - option datatype uint - -config variable - option name 'count' - option section 'ntpclient.ntpclient' - option title 'Count of Time Measurements' - option datatype uint - -config section - option name 'ntpdrift' - option package 'ntpclient' - option title 'Clock Adjustment' - option unique true - -config variable - option name 'freq' - option section 'ntpclient.ntpdrift' - option title 'Offset Frequency' - option datatype float - -config section - option name 'ntpserver' - option package 'ntpclient' - option title 'Time Server' - -config variable - option name 'hostname' - option section 'ntpclient.ntpserver' - option title 'Hostname' - option required true - option datatype host - -config variable - option name 'port' - option section 'ntpclient.ntpserver' - option title 'Port' - option datatype port |