X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Futils%2Fbusybox%2Ffiles%2Fsysntpd;fp=package%2Futils%2Fbusybox%2Ffiles%2Fsysntpd;h=6475e04d22ff1645a9009acee0ad9640a2f5bb02;hp=7ff32775b67a6ba9c1fc3788b101b5ccb9ad7be7;hb=2578df0be01476ab28dd1e5ebd24f726204ceabf;hpb=3099910abd0e08266e55f1e3c2b5de2beddc4117 diff --git a/package/utils/busybox/files/sysntpd b/package/utils/busybox/files/sysntpd index 7ff32775b6..6475e04d22 100755 --- a/package/utils/busybox/files/sysntpd +++ b/package/utils/busybox/files/sysntpd @@ -8,7 +8,7 @@ PROG=/usr/sbin/ntpd validate_ntp_section() { uci_validate_section system timeserver "${1}" \ - 'server:list(string)' 'enable_server:bool:0' + 'server:list(host)' 'enable_server:bool:0' } start_service() {