瀏覽代碼

enable ntpd client as default

Waldemar Brodkorb 10 年之前
父節點
當前提交
2c515e9448
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.