emissary-firmware/misc/bpi-r3/uci/system
lseys 4a08d1daa7
Some checks failed
arcad/emissary-firmware/pipeline/pr-master There was a failure building this commit
feat(bpi-r3): default firmware ok. Lan ok, emissary install
2023-08-07 14:42:39 +02:00

16 lines
384 B
Plaintext

config system
option hostname 'OpenWrt'
option timezone 'UTC'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option compat_version '1.1'
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'