Skip to content
Snippets Groups Projects
Unverified Commit 5dbac90c authored by Rosen Penev's avatar Rosen Penev Committed by GitHub
Browse files

Merge pull request #15909 from mlichvar/21.02-chrony-fix-uci-allow

[21.02] chrony: fix uci NTP access configuration
parents b033c0dc c45c0a1d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=chrony
PKG_VERSION:=4.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://download.tuxfamily.org/chrony/
......
......@@ -17,6 +17,7 @@ fi
[ "$ACTION" = ifup ] || exit 0
. /lib/functions.sh
. /lib/functions/network.sh
. /etc/init.d/chronyd
config_load chrony
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment