This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3978
from stsydow/patch-2
chrony: set rtcsync option to avoid UNSYNC state
lilik-openwrt-22.03
Hannu Nyman
8 years ago
committed by
GitHub
parent
c7a57e4454
fd4449e1de
commit
53025114b6
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/chrony/Makefile
+3
-0
net/chrony/files/chrony.conf
+ 1
- 1
net/chrony/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
chrony
PKG_VERSION
:=
3.1
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://download.tuxfamily.org/chrony/
+ 3
- 0
net/chrony/files/chrony.conf
View File
@ -5,3 +5,6 @@ logchange 0.5
# Don't log client accesses
noclientlog
# set the system clock else the kernel will always stay in UNSYNC state
rtcsync
Write
Preview
Loading…
Cancel
Save