#!/bin/bash

uci set system.ntp.enabled='1'
uci set system.ntp.server='pool.ntp.org'
uci set system.ntp.use_dhcp='1'
uci commit system
