[pisa-src] r976 - trunk/openwrt/trunk/files/etc/config

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 18 Sep 2009 15:23:34 +0200

Author: biurrun
Date: Fri Sep 18 15:23:34 2009
New Revision: 976

Log:
Add default configuration file for ntpclient.

Added:
   trunk/openwrt/trunk/files/etc/config/ntpclient

Added: trunk/openwrt/trunk/files/etc/config/ntpclient
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/files/etc/config/ntpclient      Fri Sep 18 15:23:34 
2009        (r976)
@@ -0,0 +1,10 @@
+config ntpserver
+       option hostname 'pisa-morpheus'
+       option port     '123'
+
+config ntpdrift
+       option freq     '0'
+
+config ntpclient
+       option interval 60
+       #option count   10

Other related posts:

  • » [pisa-src] r976 - trunk/openwrt/trunk/files/etc/config - Diego Biurrun