projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
libnl-tiny: fix a potential memleak in an error path
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
config
/
system
diff --git
a/package/base-files/files/etc/config/system
b/package/base-files/files/etc/config/system
index
30055ea
..
314f291
100644
(file)
--- a/
package/base-files/files/etc/config/system
+++ b/
package/base-files/files/etc/config/system
@@
-2,5
+2,8
@@
config system
option hostname OpenWrt
option timezone UTC
option hostname OpenWrt
option timezone UTC
-config rdate
- option interface wan
+config timeserver ntp
+ 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
This page took
0.025604 seconds
and
4
git commands to generate.