projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add timeserver config to target specific system configs as well
[openwrt.git]
/
target
/
linux
/
atheros
/
base-files
/
etc
/
config
/
system
diff --git
a/target/linux/atheros/base-files/etc/config/system
b/target/linux/atheros/base-files/etc/config/system
index
47faa3c
..
faf5d67
100644
(file)
--- a/
target/linux/atheros/base-files/etc/config/system
+++ b/
target/linux/atheros/base-files/etc/config/system
@@
-2,6
+2,12
@@
config system
option hostname OpenWrt
option timezone UTC
option hostname OpenWrt
option timezone UTC
+config timeserver
+ 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 button
option button reset
option action released
config button
option button reset
option action released
This page took
0.024504 seconds
and
4
git commands to generate.