timemngr: 1.0.4

This commit is contained in:
Vivek Kumar Dutta 2023-10-02 14:32:34 +05:30
parent 778bd98197
commit cd80edc69d
No known key found for this signature in database
GPG key ID: 65C818099F37097D
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=timemngr
PKG_VERSION:=1.0.3
PKG_VERSION:=1.0.4
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -30,6 +30,7 @@ if uci -q get system.ntp >/dev/null 2>&1; then
uci -q set time.client.minpoll="6"
uci -q set time.client.maxpoll="10"
uci -q set time.client.mode="Unicast"
uci -q set time.client.interface="wan"
servers="$(get_system_ntp_option server)"
if [ -z "${servers}" ]; then