procd: fixup 2 wrong option types
[openwrt.git] / package / utils / busybox / files / sysntpd
index 7ff3277..6475e04 100755 (executable)
@@ -8,7 +8,7 @@ PROG=/usr/sbin/ntpd
 
 validate_ntp_section() {
        uci_validate_section system timeserver "${1}" \
 
 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() {
 }
 
 start_service() {