[sntp] initial implementation of sntp client (#3237)

This commit is contained in:
Łukasz Duda
2018-11-03 08:11:05 -07:00
committed by Jonathan Hui
parent 8f25db11cc
commit 4a89cc63b6
17 changed files with 1411 additions and 7 deletions
+4
View File
@@ -119,6 +119,10 @@ ifeq ($(SERVICE),1)
configure_OPTIONS += --enable-service
endif
ifeq ($(SNTP_CLIENT),1)
configure_OPTIONS += --enable-sntp-client
endif
ifeq ($(UDP_PROXY),1)
configure_OPTIONS += --enable-udp-proxy
endif