Browse Source

enable ntpd client as default

Waldemar Brodkorb 10 năm trước cách đây
mục cha
commit
2c515e9448
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/busybox/config/networking/Config.in

+ 1 - 1
package/busybox/config/networking/Config.in

@@ -748,7 +748,7 @@ config BUSYBOX_NSLOOKUP
 config BUSYBOX_NTPD
 	bool "ntpd"
 	depends on !ADK_PACKAGE_OPENNTPD
-	default n
+	default y
 	select BUSYBOX_PLATFORM_LINUX
 	help
 	  The NTP client/server daemon.