libnl-tiny: fix a potential memleak in an error path
[openwrt.git] / package / base-files / files / etc / config / system
index 30055ea..314f291 100644 (file)
@@ -2,5 +2,8 @@ config system
        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.023721 seconds and 4 git commands to generate.