diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-10 12:16:41 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-10 12:16:41 +0000 |
commit | 329ee765eede972df9812d951f98695285d4ef33 (patch) | |
tree | 632e800a0c0dbbb5a6f32cd6eff808fd6ce88f4c /target/linux/atheros/base-files/etc/config | |
parent | 6aff8580dafb32c336411ad5ffc822e840047429 (diff) |
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/base-files/etc/config')
-rw-r--r-- | target/linux/atheros/base-files/etc/config/system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/base-files/etc/config/system b/target/linux/atheros/base-files/etc/config/system index faf5d676c7..1d29ad8c39 100644 --- a/target/linux/atheros/base-files/etc/config/system +++ b/target/linux/atheros/base-files/etc/config/system @@ -2,7 +2,7 @@ config system option hostname OpenWrt option timezone UTC -config timeserver +config timeserver ntp list server 0.openwrt.pool.ntp.org list server 1.openwrt.pool.ntp.org list server 2.openwrt.pool.ntp.org |