#!/bin/bash

uci del system.ntp.server
uci add_list system.ntp.server='pool.ntp.org'
uci commit system
