소스 검색

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.