为 newifi-d2 创建单独的 system 文件

This commit is contained in:
Hyy2001X
2021-01-31 01:44:35 +08:00
parent 8064148207
commit b78dae5bb1
2 changed files with 56 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
config system
option hostname 'OpenWrt'
option ttylogin '0'
option log_size '64'
option urandom_seed '0'
option timezone 'CST-8'
option zonename 'Asia/Shanghai'
config timeserver 'ntp'
option enabled '1'
option enable_server '1'
list server 'ntp1.aliyun.com'
list server 'time1.cloud.tencent.com'
list server 'time.ustc.edu.cn'
list server 'cn.pool.ntp.org'