aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/ripzero_v_1_3/files/etc/config/system
blob: 5f70198b2482c75993867908aa8a567da0b3fcc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config system
  option hostname 'OpenWrt'
  option timezone 'UTC'
  option ttylogin '0'
  option log_size '64'
  option urandom_seed '0'

config timeserver 'ntp'
  option enabled '1'
  option enable_server '0'
  list server '0.openwrt.pool.ntp.org'
  list server '1.openwrt.pool.ntp.org'
  list server '2.openwrt.pool.ntp.org'
  list server '3.openwrt.pool.ntp.org'