設定時區與 NTP 網路對時
設定 OpenWRT 的時區
OpenWRT 中的時區設定
/etc/config# ls
dhcp glconfig network samba system1 uhttpd wireguard
dropbear luci openvpn ssids ubootenv unbound wireguard_server
firewall mwan3 rpcd system ucitrack vpn_service wirelessconfig system
option timezone 'UTC'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option hostname 'GL-AR750S'
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'
config led 'led_wlan2g'
option name 'WLAN2G'
option sysfs 'gl-ar750s:white:wlan2g'
option trigger 'phy1tpt'
config led 'led_wlan5g'
option name 'WLAN5G'
option sysfs 'gl-ar750s:white:wlan5g'
option trigger 'phy0tpt'NTP 同步演算法

Last updated