libnl-tiny: fix a potential memleak in an error path
[openwrt.git] / package / base-files / files / etc / config / system
index 3f121bd..314f291 100644 (file)
@@ -2,11 +2,8 @@ config system
        option hostname OpenWrt
        option timezone UTC
 
        option hostname OpenWrt
        option timezone UTC
 
-config rdate
-       list server ac-ntp0.net.cmu.edu
-       list server ptbtime1.ptb.de
-       list server ac-ntp1.net.cmu.edu
-       list server ntp.xs4all.nl
-       list server ptbtime2.ptb.de
-       list server cudns.cit.cornell.edu
-       list server ptbtime3.ptb.de
+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.022099 seconds and 4 git commands to generate.