procd: fixup 2 wrong option types
[openwrt/openwrt.git] / package / utils / busybox / files / sysntpd
index 7ff32775b67a6ba9c1fc3788b101b5ccb9ad7be7..6475e04d22ff1645a9009acee0ad9640a2f5bb02 100755 (executable)
@@ -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() {