[packages] ntpclient: change check interval from 60 to 600 (upstream default) (closes: #5578)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17750 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
244f6f4bc7
commit
26ff557bbd
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ntpclient
|
PKG_NAME:=ntpclient
|
||||||
PKG_VERSION:=2007_365
|
PKG_VERSION:=2007_365
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/
|
PKG_SOURCE_URL:=http://doolittle.icarus.com/ntpclient/
|
||||||
|
@ -18,5 +18,5 @@ config ntpdrift
|
|||||||
option freq '0'
|
option freq '0'
|
||||||
|
|
||||||
config ntpclient
|
config ntpclient
|
||||||
option interval 60
|
option interval 600
|
||||||
#option count 10
|
#option count 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user